Browse Source

fixes to recentf

master
Marc 3 years ago
parent
commit
84b961f81c
1 changed files with 3 additions and 2 deletions
  1. 5
      config.org

5
config.org

@ -253,8 +253,9 @@ Restore it to reasonable value after init. Also stop garbage collection during m
(use-package recentf (use-package recentf
:config :config
(recentf-mode) (recentf-mode)
(setq recentf-exclude '(".*-autoloads\\.el\\"
"[/\\]\\.elpa/")))
(setq recentf-exclude '(".*-autoloads\\.el\\'"
"[/\\]\\elpa/"
"COMMIT_EDITMSG\\'")))
(setq custom-file (concat MY--PATH_USER_LOCAL "custom.el")) ;; don't spam init.e with saved customization settings (setq custom-file (concat MY--PATH_USER_LOCAL "custom.el")) ;; don't spam init.e with saved customization settings
(setq backup-directory-alist `((".*" . ,temporary-file-directory))) (setq backup-directory-alist `((".*" . ,temporary-file-directory)))

Loading…
Cancel
Save