Defer projectile config in org
Now that projectile is lazy loaded.
This commit is contained in:
parent
233a1f6469
commit
e973acad6f
1 changed files with 3 additions and 3 deletions
|
@ -92,10 +92,10 @@
|
|||
'org-link
|
||||
'error)))
|
||||
|
||||
(push (car (last (split-string +org-attach-dir "/" t)))
|
||||
projectile-globally-ignored-directories)
|
||||
(after! projectile
|
||||
(push (car (last (split-string +org-attach-dir "/" t)))
|
||||
projectile-globally-ignored-directories))
|
||||
|
||||
;;
|
||||
(after! recentf
|
||||
(push (format "%s.+$" (regexp-quote org-attach-directory))
|
||||
recentf-exclude)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue