mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
ui/doom-modeline: memoize +doom-ml-icon
This commit is contained in:
@ -349,7 +349,7 @@ directory, the file name, and its state (modified, read-only or non-existent)."
|
|||||||
" "
|
" "
|
||||||
+doom-modeline-vspc))))
|
+doom-modeline-vspc))))
|
||||||
|
|
||||||
(defun +doom-ml-icon (icon &optional text face)
|
(def-memoized! +doom-ml-icon (icon &optional text face)
|
||||||
"Displays an octicon ICON with FACE, followed by TEXT. Uses
|
"Displays an octicon ICON with FACE, followed by TEXT. Uses
|
||||||
`all-the-icons-octicon' to fetch the icon."
|
`all-the-icons-octicon' to fetch the icon."
|
||||||
(concat
|
(concat
|
||||||
|
Reference in New Issue
Block a user