Exclude .git and others from recentf

This commit is contained in:
2014-06-10 11:27:32 +01:00
parent 38fa8a874a
commit 86bd67cec1

View File

@@ -26,6 +26,7 @@
(require 'recentf)
(recentf-mode 1)
(setq recentf-max-menu-items 100)
(setq recentf-exclude '("\\.git.*" "\\.hg.*" "\\.svn.*"))
;; Enable delete-selection-mode
(delete-selection-mode t)