mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Format codes.
This commit is contained in:
parent
8725a8276b
commit
b096fa284f
1 changed files with 189 additions and 189 deletions
|
@ -535,17 +535,17 @@ directory, the file name, and its state (modified, read-only or non-existent)."
|
|||
|
||||
(defun doom-modeline-maybe-icon-octicon (&rest args)
|
||||
"Display octicon ARGS."
|
||||
(when (and (display-graphic-p) (not (eq system-type 'windows-nt)))
|
||||
(when (display-graphic-p)
|
||||
(apply 'all-the-icons-octicon args)))
|
||||
|
||||
(defun doom-modeline-maybe-icon-faicon (&rest args)
|
||||
"Display fontawesome icon ARGS."
|
||||
(when (and (display-graphic-p) (not (eq system-type 'windows-nt)))
|
||||
(when (display-graphic-p)
|
||||
(apply 'all-the-icons-faicon args)))
|
||||
|
||||
(defun doom-modeline-maybe-icon-material (&rest args)
|
||||
"Display material icon ARGS."
|
||||
(when (and (display-graphic-p) (not (eq system-type 'windows-nt)))
|
||||
(when (display-graphic-p)
|
||||
(apply 'all-the-icons-material args)))
|
||||
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue