Record TRAMP files in recentf
This commit is contained in:
parent
9735f034e1
commit
39db0a38c5
1 changed files with 2 additions and 3 deletions
|
@ -134,9 +134,8 @@ savehist file."
|
|||
recentf-max-saved-items 300
|
||||
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$"
|
||||
"^/var/folders/.+$"
|
||||
(list "\\.\\(?:gz\\|gif\\|svg\\|png\\|jpe?g\\)$" "^/tmp/" "^/ssh:"
|
||||
"\\.?ido\\.last$" "\\.revive$" "/TAGS$" "^/var/folders/.+$"
|
||||
;; ignore private DOOM temp files (but not all of them)
|
||||
(lambda (file) (file-in-directory-p file doom-local-dir))))
|
||||
(unless noninteractive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue