doomemacs/core
Henrik Lissner 36171f5b33
Fix :after-call deferred packages not loading
If you open emacs with a file (emacs file.txt), the file is switched to
before the switch-buffer hooks are set up. However, many core packages
are hooked to those switch-buffer hooks (to load when they're first
triggered). They miss the boat and don't get loaded.

These packages are now hooked onto after-find-file as well (and
immediately), which will fire when a file is opened, before or after
initialization.

Fixes #680
2018-06-14 03:36:46 +02:00
..
autoload Add doom-get-package-alist 2018-06-14 03:36:46 +02:00
templates Fix doom//quickstart & improve feedback (make quickstart) 2018-05-25 12:49:39 +02:00
test Refactor def-setting!/set! implementation 2018-06-02 16:26:59 +02:00
core-dispatcher.el Add doom-get-package-alist 2018-06-14 03:36:46 +02:00
core-editor.el Fix :after-call deferred packages not loading 2018-06-14 03:36:46 +02:00
core-keybinds.el Refactor doom/escape 2018-06-04 00:07:03 +02:00
core-lib.el Add :mindepth property to doom-files-in 2018-06-12 21:07:34 +02:00
core-modules.el Fix case where private init.el has no doom! block 2018-06-14 00:45:57 +02:00
core-os.el Move OS constants to core/core.el 2018-06-08 13:31:45 +02:00
core-packages.el Fix core libraries not loading 2018-06-12 12:18:21 +02:00
core-projects.el Minor, general refactor 2018-06-07 02:51:46 +02:00
core-ui.el Fix :after-call deferred packages not loading 2018-06-14 03:36:46 +02:00
core.el Minor reformatting & docstring revision in core.el 2018-06-13 22:16:08 +02:00
packages.el Add esup back to core package list 2018-05-20 00:37:48 +02:00