doomemacs/modules
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
..
app Fix hardcoded language-tool path on MacOS 2018-06-26 18:58:07 +02:00
collab Add :collab floobits #615 2018-05-26 21:20:30 +02:00
completion Minor reformatting & docstring tweak 2018-06-26 01:48:15 +02:00
config Conditionally bind persp-switch-to-buffer 2018-06-26 18:58:06 +02:00
editor Fix indentation for many autodef setters 2018-06-22 01:49:21 +02:00
emacs why isn't this a thing already 2018-06-26 17:05:54 +02:00
feature Define evil-want-* options as defvars 2018-06-27 03:09:06 +02:00
lang Fix lazy loading of elisp-mode config 2018-06-27 18:51:24 +02:00
tools Fix wakatime-api-key not persisting across sessions 2018-06-27 02:52:06 +02:00
ui Autoload defhydras & use new naming convention 2018-06-26 01:43:54 +02:00