Restore projectile's :after-call

If users open Emacs with a file argument, projectile will need to load
sooner.
This commit is contained in:
Henrik Lissner
2019-03-15 13:30:52 -04:00
parent 8afb342a1b
commit 93d2a2212d

View File

@ -1,6 +1,7 @@
;;; core-projects.el -*- lexical-binding: t; -*-
(def-package! projectile
:after-call (after-find-file dired-before-readin-hook)
:hook (doom-init-ui . projectile-mode)
:init
(setq projectile-cache-file (concat doom-cache-dir "projectile.cache")