X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/837a23a5388fb6f55a718546a542a91901f0b7dd..47965d6936d0ffa6021f3010069fe5ec193ef1c3:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index fe8502f..d78e9b2 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) @@ -2128,6 +2128,7 @@ https://csclub.uwaterloo.ca/~abandali/") (use-feature erc-track :after erc :custom + (erc-track-enable-keybindings nil) (erc-track-exclude-types '("JOIN" "MODE" "NICK" "PART" "QUIT" "324" "329" "332" "333" "353" "477")) (erc-track-priority-faces-only 'all)