Tidy up
This commit is contained in:
parent
b32a587b75
commit
90ef15e1c1
13 changed files with 93 additions and 106 deletions
|
@ -12,7 +12,7 @@
|
|||
(narf:compile-el)))
|
||||
|
||||
(add-hook! emacs-lisp-mode
|
||||
(add-hook 'before-save-hook 'delete-trailing-whitespace nil t)
|
||||
;; (add-hook 'before-save-hook 'delete-trailing-whitespace nil t)
|
||||
(add-hook 'after-save-hook 'narf-elisp-auto-compile nil t))
|
||||
|
||||
;; Real go-to-definition for elisp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue