mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Defer projectile config in org
Now that projectile is lazy loaded.
This commit is contained in:
@ -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)))
|
||||||
|
Reference in New Issue
Block a user