Function: marginalia--abbreviate-file-name
marginalia--abbreviate-file-name is a byte-compiled function defined
in marginalia.el.
Signature
(marginalia--abbreviate-file-name FILE)
Documentation
Abbreviate FILE name without Tramp slowdown.
Source Code
;; Defined in ~/.emacs.d/elpa/marginalia-20260724.810/marginalia.el
(defun marginalia--abbreviate-file-name (file)
"Abbreviate FILE name without Tramp slowdown."
(let (file-name-handler-alist)
(abbreviate-file-name file)))