Files
doomemacs/modules/tools
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
..
2018-06-03 15:46:00 +02:00
2018-06-03 15:46:00 +02:00
2018-06-13 09:50:09 +10:00