Less aggressive auto-compile (only recompile)
This commit is contained in:
parent
5690b75c07
commit
b0d0794d3f
2 changed files with 9 additions and 7 deletions
|
@ -8,7 +8,7 @@
|
|||
(setq mode-name "Elisp"))
|
||||
|
||||
(defun narf-elisp-auto-compile ()
|
||||
(when (narf/is-compilable-p)
|
||||
(when (narf/is-recompilable-p)
|
||||
(narf:compile-el)))
|
||||
|
||||
(add-hook! emacs-lisp-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue