fix: error caused by typo in doom--recentf-file-truename-fn
This commit is contained in:
parent
836d229636
commit
ffe3dd59ff
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ tell you about it. Very annoying. This prevents that."
|
|||
(defun doom--recentf-file-truename-fn (file)
|
||||
(if (or (not (file-remote-p file))
|
||||
(equal "sudo" (file-remote-p file 'method)))
|
||||
(abbreviate-file-name (file-truename (tramp-file-name-localname tfile)))
|
||||
(abbreviate-file-name (file-truename (tramp-file-name-localname file)))
|
||||
file))
|
||||
|
||||
;; Anything in runtime folders
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue