mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix: error caused by typo in doom--recentf-file-truename-fn
This commit is contained in:
@ -307,7 +307,7 @@ tell you about it. Very annoying. This prevents that."
|
|||||||
(defun doom--recentf-file-truename-fn (file)
|
(defun doom--recentf-file-truename-fn (file)
|
||||||
(if (or (not (file-remote-p file))
|
(if (or (not (file-remote-p file))
|
||||||
(equal "sudo" (file-remote-p file 'method)))
|
(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))
|
file))
|
||||||
|
|
||||||
;; Anything in runtime folders
|
;; Anything in runtime folders
|
||||||
|
Reference in New Issue
Block a user