diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-29 09:06:40 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-29 09:06:40 -0700 |
commit | aa84e2aba0df826f22f476845d310d1787f01117 (patch) | |
tree | d30b98642f199fc4f72c46afe73d6b97f1231597 /emacs | |
parent | don't specify where to write Emacs files (diff) | |
download | emacs.d-aa84e2aba0df826f22f476845d310d1787f01117.tar.gz |
ignore a few more things with recentf
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/my-navigation.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/custom/my-navigation.el b/emacs/custom/my-navigation.el index b7c8627..c0726ac 100644 --- a/emacs/custom/my-navigation.el +++ b/emacs/custom/my-navigation.el @@ -20,7 +20,7 @@ (global-set-key (kbd "M-g i") 'imenu) (customize-set-variable 'recentf-max-saved-items 500) -(customize-set-variable 'recentf-exclude '(".gz" ".xz" ".zip")) +(customize-set-variable 'recentf-exclude '(".gz" ".xz" ".zip" "tmp/" "/ssh:")) (add-hook 'after-init-hook 'recentf-mode) (customize-set-variable 'rg-group-result t) |