lang/emacs-lisp: update for v2.0
This commit is contained in:
parent
ba1db18a4d
commit
cea32a3957
3 changed files with 94 additions and 105 deletions
9
modules/lang/emacs-lisp/packages.el
Normal file
9
modules/lang/emacs-lisp/packages.el
Normal file
|
@ -0,0 +1,9 @@
|
|||
;;; lang/emacs-lisp/packages.el
|
||||
|
||||
(associate! emacs-lisp-mode :match "\\(/Cask\\|\\.elc?\\(.gz\\)?\\)$")
|
||||
|
||||
(package! highlight-quoted :commands highlight-quoted-mode)
|
||||
|
||||
(package! auto-compile :commands auto-compile-on-save-mode)
|
||||
|
||||
(package! slime)
|
Loading…
Add table
Add a link
Reference in a new issue