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
|
||||
'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)))
|
||||
|
Reference in New Issue
Block a user