doomemacs/core
Henrik Lissner fd19698927
doom|hack-local-variables => MODE-local-vars-hook
Uses a less destructive method (the same that Spacemacs uses) than the
one introduced in 13cee68, by introducing MODE-local-vars-hook hooks,
which run after local vars have been initialized.

The old method was to call `hack-local-variables` *before* mode hooks
run, however, this causes variables set by modes to have higher
precedence than local vars, which is unacceptable.

Also moved intero-mode & dante-mode to haskell-mode-local-vars-hook
2018-09-29 15:01:35 -04:00
..
autoload Fix wrong-type-arg: stringp, nocache errors 2018-09-28 23:49:18 -04:00
cli Refactor quiet! to be less destructive 2018-09-28 21:13:27 -04:00
templates Add option to load doom in vanilla sandbox 2018-08-12 02:45:01 +02:00
test Update doom-project-root test 2018-09-28 21:25:32 -04:00
core-cli.el bin/doom: make invalid command a user-error 2018-09-28 22:29:42 -04:00
core-editor.el Fix command-log-mode not disabling on toggle 2018-09-28 21:13:27 -04:00
core-keybinds.el Refactor/reformat core-ui 2018-09-18 15:19:50 -04:00
core-lib.el Refactor quiet! to be less destructive 2018-09-28 21:13:27 -04:00
core-modules.el Refactor & optimize doom! + module API 2018-09-25 23:52:20 -04:00
core-os.el General formatting & minor refactors 2018-09-02 17:20:19 +02:00
core-packages.el Refactor quiet! to be less destructive 2018-09-28 21:13:27 -04:00
core-projects.el projectile-require-project-root = t 2018-09-28 21:13:27 -04:00
core-ui.el Refactor font initialization 2018-09-28 21:13:27 -04:00
core.el doom|hack-local-variables => MODE-local-vars-hook 2018-09-29 15:01:35 -04:00
packages.el Replace delete-trailing-whitespace with ws-butler 2018-08-31 13:59:12 +02:00