Files
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
..
2018-06-14 03:36:46 +02:00
2018-06-14 03:36:46 +02:00
2018-06-04 00:07:03 +02:00
2018-06-08 13:31:45 +02:00
2018-06-07 02:51:46 +02:00
2018-05-20 00:37:48 +02:00