From 9424b3d6cbc92a6e2f732bad825fa27cfc4a79a3 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 17 Jun 2019 18:41:54 -0400 Subject: [PATCH] emacs: recentf: stop excluding tramp files --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index fe8502f..4846e5d 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -657,7 +657,7 @@ For disabling the behaviour for certain buffers and/or modes." (use-feature recentf :defer 0.2 :config - (add-to-list 'recentf-exclude "^/\\(?:ssh\\|su\\|sudo\\)?:") + ;; (add-to-list 'recentf-exclude "^/\\(?:ssh\\|su\\|sudo\\)?:") (setq recentf-max-saved-items 2000)) ;; smart M-x enhancement (needed by counsel for history) -- 2.20.1