doomemacs/modules
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
..
app Disable lui-mode line wrapping regardless of :feature spellcheck 2018-06-04 09:17:04 +02:00
collab Add :collab floobits #615 2018-05-26 21:20:30 +02:00
completion Fix "failed" error from +helm/ag{,-from-cwd} #644 2018-06-05 19:49:34 +02:00
config Merge pull request #673 from zaiste/add-binding-for-git-file-delete 2018-06-11 01:33:07 +02:00
editor/parinfer Fix :hook modes for parinfer-mode 2018-06-13 16:53:44 +02:00
emacs emacs/ediff: remove evil-ediff package 2018-06-12 21:07:34 +02:00
feature Add :yas-minor-mode setting to feature/snippets 2018-06-07 02:51:46 +02:00
lang lang/common-lisp: replace slime with sly 2018-06-13 22:14:22 +02:00
tools Fix :after-call deferred packages not loading 2018-06-14 03:36:46 +02:00
ui Fix elusive back-to-top-level error 2018-06-14 00:45:57 +02:00