mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
Update org files before I remove them
This commit is contained in:
@ -17,8 +17,9 @@
|
||||
(defvar org-attach-directory ".attach/")
|
||||
|
||||
;; Tell helm to ignore these directories
|
||||
(mapc (lambda (r) (add-to-list 'helm-boring-file-regexp-list r))
|
||||
(list "\\.attach$" "\\.export$"))
|
||||
(after! helm
|
||||
(mapc (lambda (r) (add-to-list 'helm-boring-file-regexp-list r))
|
||||
(list "\\.attach$" "\\.export$")))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user