Remove ELPA files from the recentf list
It just provides clutter…
This commit is contained in:
parent
ef2531137c
commit
c7b6c634d9
6
init.el
6
init.el
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user