aboutsummaryrefslogtreecommitdiff
path: root/evil-pkg.el
diff options
context:
space:
mode:
authorJen-Chieh Shen <jcs090218@gmail.com>2024-05-31 04:58:58 -0700
committerGitHub <noreply@github.com>2024-05-31 13:58:58 +0200
commitb767c48cbfe0587fc7e57eca7c023706622a5513 (patch)
tree366d5a9db02b7d1dc334f1a2e934d6d97b3a54d6 /evil-pkg.el
parent89617bba1177ebd878de3ab1b28dbe2a4684d0ce (diff)
ci: Use Eask to test macos and windows (#1885)
* ci: Use Eask to test macos and windows * ci: Install eask * ci: Fix jump file test * revert spaces * ci: skip find-file test on windows * ci: Revert original test for windows * Delete Cask file * ci: Exclude tests on macos below 28.x
Diffstat (limited to 'evil-pkg.el')
-rw-r--r--evil-pkg.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/evil-pkg.el b/evil-pkg.el
index 0ab78cb..8a170ae 100644
--- a/evil-pkg.el
+++ b/evil-pkg.el
@@ -1,7 +1,9 @@
(define-package
"evil"
"1.15.0"
- "Extensible Vi layer for Emacs."
+ "Extensible vi layer"
'((emacs "24.1")
(goto-chg "1.6")
- (cl-lib "0.5")))
+ (cl-lib "0.5"))
+ :url "https://github.com/emacs-evil/evil"
+ :keywords '("emulations"))