Update ivy/counsel ignore-file/directory rules

This commit is contained in:
Henrik Lissner 2016-08-30 08:59:50 +02:00
parent a66a85800b
commit b77212b78f
4 changed files with 10 additions and 4 deletions

View file

@ -181,6 +181,7 @@
;; Don't track attachments
(push (format "/%s.+$" (regexp-quote org-attach-directory)) recentf-exclude)
(push ".attach" projectile-globally-ignored-file-suffixes)
;; Remove highlights on ESC
(defun doom*org-remove-occur-highlights (&rest args)