Skip to content

Commit

Permalink
✨ Exclude files in Emacs' config from the recentf list
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed Mar 4, 2020
1 parent 6326bc7 commit 806bfa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.d/packages/init-packages-builtin.el
Expand Up @@ -231,6 +231,8 @@
:commands recentf-save-list
:custom
(recentf-save-file (local-emacs-directory "recentf"))
:config
(add-to-list 'recentf-exclude (rx ".local/share/emacs/"))
:init
;; Auto-save the list every 30 minutes.
(run-at-time nil (* 30 60)
Expand Down

0 comments on commit 806bfa1

Please sign in to comment.