Update org files before I remove them

This commit is contained in:
Henrik Lissner 2016-03-25 13:22:48 -04:00
parent 0928babaa0
commit 8080551cd8
2 changed files with 117 additions and 4 deletions

View file

@ -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$")))
;;