core: minor tweaks
This commit is contained in:
parent
1ec0add2da
commit
fc5dd09f47
4 changed files with 8 additions and 4 deletions
|
@ -50,8 +50,8 @@
|
|||
;; Keep track of recently opened files
|
||||
(require 'recentf)
|
||||
(setq recentf-save-file (concat doom-cache-dir "recentf")
|
||||
recentf-exclude `("/tmp/" "/ssh:" "\\.?ido\\.last$" "\\.revive$" "/TAGS$"
|
||||
"emacs\\.d/.local/.+" "^/var/folders/.+$")
|
||||
recentf-exclude (list "/tmp/" "/ssh:" "\\.?ido\\.last$" "\\.revive$" "/TAGS$"
|
||||
"^/var/folders/.+$" doom-local-dir)
|
||||
recentf-max-menu-items 0
|
||||
recentf-max-saved-items 250
|
||||
recentf-filename-handlers '(abbreviate-file-name))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue