Remove ELPA files from the recentf list

It just provides clutter…
This commit is contained in:
Gergely Polonkai 2017-09-18 15:27:48 +02:00
parent ef2531137c
commit c7b6c634d9
1 changed files with 6 additions and 0 deletions

View File

@ -862,6 +862,12 @@ INFO plist."
:config
(global-auto-highlight-symbol-mode t))
(use-package recentf
:ensure nil
:config
(run-at-time nil (* 5 60) 'recentf-save-list)
(add-to-list 'recentf-exclude (concat user-emacs-directory "elpa")))
(use-package auto-package-update
:config
(setq auto-package-update-interval 7