diff options
| author | condy <condy0919@gmail.com> | 2021-11-14 15:02:42 +0800 |
|---|---|---|
| committer | condy <condy0919@gmail.com> | 2021-11-14 15:02:42 +0800 |
| commit | 652d74acfb5789eacef36660c4ffc68905c8d741 (patch) | |
| tree | 5fbae3ed916daa0a15d40c435d0ea7406e064041 | |
| parent | 838f609899b3d5f24c1d9c1cfd62bc20b94a01c6 (diff) | |
scheme: use standard keywords
| -rw-r--r-- | modes/scheme/evil-collection-scheme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/scheme/evil-collection-scheme.el b/modes/scheme/evil-collection-scheme.el index 7925b03..cca713d 100644 --- a/modes/scheme/evil-collection-scheme.el +++ b/modes/scheme/evil-collection-scheme.el @@ -8,7 +8,7 @@ ;; URL: https://github.com/emacs-evil/evil-collection ;; Version: 0.0.1 ;; Package-Requires: ((emacs "25.1")) -;; Keywords: evil, scheme +;; Keywords: evil, lisp, languages ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by |
