mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/emacs-lisp: update for v2.0
This commit is contained in:
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)
|
Reference in New Issue
Block a user