doom-modeline use normal slant for file path (from italic by default)

This commit is contained in:
Evie Litherland-Smith 2024-08-07 15:23:52 +01:00
parent 78edd2c54c
commit 7b2e687b4b

View file

@ -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