Update org files before I remove them
This commit is contained in:
parent
0928babaa0
commit
8080551cd8
2 changed files with 117 additions and 4 deletions
|
@ -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$")))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue