doom-modeline use normal slant for file path (from italic by default)
This commit is contained in:
parent
78edd2c54c
commit
7b2e687b4b
|
@ -148,7 +148,8 @@ Configure the look and feel of Emacs
|
||||||
(doom-modeline-lsp t)
|
(doom-modeline-lsp t)
|
||||||
(doom-modeline-project-detection 'project)
|
(doom-modeline-project-detection 'project)
|
||||||
:config
|
:config
|
||||||
(set-face-attribute 'doom-modeline nil :weight 'normal))
|
(set-face-attribute 'doom-modeline nil :weight 'normal)
|
||||||
|
(set-face-attribute 'doom-modeline-buffer-path nil :slant 'normal))
|
||||||
|
|
||||||
(use-package time
|
(use-package time
|
||||||
:custom
|
:custom
|
||||||
|
|
Loading…
Reference in a new issue