summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/custom')
-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)