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
|
'org-link
|
||||||
'error)))
|
'error)))
|
||||||
|
|
||||||
(push (car (last (split-string +org-attach-dir "/" t)))
|
(after! projectile
|
||||||
projectile-globally-ignored-directories)
|
(push (car (last (split-string +org-attach-dir "/" t)))
|
||||||
|
projectile-globally-ignored-directories))
|
||||||
|
|
||||||
;;
|
|
||||||
(after! recentf
|
(after! recentf
|
||||||
(push (format "%s.+$" (regexp-quote org-attach-directory))
|
(push (format "%s.+$" (regexp-quote org-attach-directory))
|
||||||
recentf-exclude)))
|
recentf-exclude)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue