mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Exclude .git and others from recentf
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user