X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/837a23a5388fb6f55a718546a542a91901f0b7dd..9424b3d6cbc92a6e2f732bad825fa27cfc4a79a3:/.emacs.d/init.el 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)