Defer projectile config in org

Now that projectile is lazy loaded.
This commit is contained in:
Henrik Lissner
2018-06-17 14:52:07 +02:00
parent 233a1f6469
commit e973acad6f

View File

@ -92,10 +92,10 @@
'org-link
'error)))
(after! projectile
(push (car (last (split-string +org-attach-dir "/" t)))
projectile-globally-ignored-directories)
projectile-globally-ignored-directories))
;;
(after! recentf
(push (format "%s.+$" (regexp-quote org-attach-directory))
recentf-exclude)))