mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-05 17:31:37 -05:00
parent
7a5e64e760
commit
271e840832
2 changed files with 3 additions and 1 deletions
|
@ -188,6 +188,7 @@ Run `M-x customize-group RET doom-modeline RET` or set the variables.
|
|||
(setq doom-modeline-buffer-file-name-style 'truncate-upto-project)
|
||||
|
||||
;; Whether display icons in mode-line. It respects `all-the-icons-color-icons'.
|
||||
;; While using the server mode in GUI, should set the value explicitly.
|
||||
(setq doom-modeline-icon (display-graphic-p))
|
||||
|
||||
;; Whether display the icon for `major-mode'. It respects `doom-modeline-icon'.
|
||||
|
|
|
@ -200,7 +200,8 @@ Specify another one if you encounter the issue."
|
|||
(defcustom doom-modeline-icon (display-graphic-p)
|
||||
"Whether display icons in mode-line.
|
||||
|
||||
It respects `all-the-icons-color-icons'."
|
||||
It respects `all-the-icons-color-icons'.
|
||||
While using the server mode in GUI, should set the value explicitly."
|
||||
:type 'boolean
|
||||
:group 'doom-modeline)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue