emacs: recentf: stop excluding tramp files
authorAmin Bandali <bandali@gnu.org>
Mon, 17 Jun 2019 22:41:54 +0000 (18:41 -0400)
committerAmin Bandali <bandali@gnu.org>
Mon, 17 Jun 2019 22:41:54 +0000 (18:41 -0400)
.emacs.d/init.el

index fe8502f..4846e5d 100644 (file)
@@ -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)