Fix :defer-incrementally t
Should be the same as :defer-incrementally (<package-name>)
This commit is contained in:
parent
9726a982d1
commit
75ad188e01
2 changed files with 4 additions and 4 deletions
|
@ -137,7 +137,7 @@ savehist file."
|
|||
recentf-auto-cleanup 'never
|
||||
recentf-max-menu-items 0
|
||||
recentf-max-saved-items 300
|
||||
recentf-filename-handlers '(file-truename)
|
||||
recentf-filename-handlers '(file-truename abbreviate-file-name)
|
||||
recentf-exclude
|
||||
(list #'file-remote-p "\\.\\(?:gz\\|gif\\|svg\\|png\\|jpe?g\\)$"
|
||||
"^/tmp/" "^/ssh:" "\\.?ido\\.last$" "\\.revive$" "/TAGS$"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue