summary refs log tree commit diff
path: root/emacs/custom/my-navigation.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-29 09:06:40 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-29 09:06:40 -0700
commitaa84e2aba0df826f22f476845d310d1787f01117 (patch)
treed30b98642f199fc4f72c46afe73d6b97f1231597 /emacs/custom/my-navigation.el
parentdon't specify where to write Emacs files (diff)
downloademacs.d-aa84e2aba0df826f22f476845d310d1787f01117.tar.gz
ignore a few more things with recentf
Diffstat (limited to 'emacs/custom/my-navigation.el')
-rw-r--r--emacs/custom/my-navigation.el2
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)