Add provide's to module config.el files + fix module header comments
This commit is contained in:
parent
f99468a135
commit
bc402868a6
17 changed files with 20 additions and 5 deletions
|
@ -1,4 +1,5 @@
|
|||
;;; lang/emacs-lisp/config.el
|
||||
(provide '+emacs-lisp)
|
||||
|
||||
(associate! emacs-lisp-mode :match "/Cask$")
|
||||
(add-hook! emacs-lisp-mode '(highlight-quoted-mode auto-compile-on-save-mode +emacs-lisp|hook))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue