elisp: add auto-compile plugin
This commit is contained in:
parent
2fa7504d3c
commit
eb9defe2e7
1 changed files with 5 additions and 0 deletions
|
@ -100,6 +100,11 @@
|
|||
(use-package slime :defer t
|
||||
:config (setq inferior-lisp-program "clisp"))
|
||||
|
||||
(use-package auto-compile
|
||||
:commands (auto-compile-on-save-mode)
|
||||
:init (add-hook 'emacs-lisp-mode-hook 'auto-compile-on-save-mode)
|
||||
:config (setq auto-compile-display-buffer nil))
|
||||
|
||||
|
||||
;;
|
||||
(def-project-type! emacs-ert "ert"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue