Function: magit-format-file-all-the-icons
magit-format-file-all-the-icons is a byte-compiled function defined in
magit-diff.el.
Signature
(magit-format-file-all-the-icons KIND FILE FACE &optional STATUS ORIG)
Documentation
Show the status, filename and icon (using the all-the-icons package).
You have to explicitly install the all-the-icons package, else this
function errors.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-diff.el
(defun magit-format-file-all-the-icons (kind file face &optional status orig)
"Show the status, filename and icon (using the `all-the-icons' package).
You have to explicitly install the `all-the-icons' package, else this
function errors."
(magit--get-file-icon kind file face status orig
'all-the-icons-icon-for-file
'all-the-icons-icon-for-dir
'all-the-icons-dir-is-submodule))