doomemacs/modules/lang/emacs-lisp
Henrik Lissner d55c7896f1
Fix lazy loading of elisp-mode config
elisp-mode is loaded at startup, so the usual methods won't work.
Instead, we tie a transient advice to the emacs-lisp-mode
function, *however*, this function is commonly called by various
packages to parse elisp code! So we have to make sure the emacs lisp
module only initializes the first time it is used interactively.
2018-06-27 18:51:24 +02:00
..
autoload.el Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
config.el Fix lazy loading of elisp-mode config 2018-06-27 18:51:24 +02:00
packages.el Add :lang common-lisp 2018-06-13 20:10:37 +02:00