From 7b2e687b4ba5360be6622f678fadc5176089477a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 7 Aug 2024 15:23:52 +0100 Subject: [PATCH] doom-modeline use normal slant for file path (from italic by default) --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index bec63df..f407661 100644 --- a/README.org +++ b/README.org @@ -148,7 +148,8 @@ Configure the look and feel of Emacs (doom-modeline-lsp t) (doom-modeline-project-detection 'project) :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 :custom