diff --git a/modules/lang/org/+attach.el b/modules/lang/org/+attach.el index 5210d2d0c..ac9160886 100644 --- a/modules/lang/org/+attach.el +++ b/modules/lang/org/+attach.el @@ -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)))