From 2a224ff34c4d0c13c2eafae3bd631da369ae8e0b Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 8 Sep 2024 22:42:05 +0200 Subject: emacs: Remove understore from marginalia text --- .config/emacs/mango-theme.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/emacs/mango-theme.el b/.config/emacs/mango-theme.el index d947062..ecfc370 100644 --- a/.config/emacs/mango-theme.el +++ b/.config/emacs/mango-theme.el @@ -156,4 +156,9 @@ graphically, so I shouldn’t need to have multiple specs per face. ;; Vertico (vertico-current - :inherit hl-line)) + :inherit hl-line) + + ;; Marginalia + (marginalia-documentation + :foreground ,(mango-theme--get-color 'disabled) + :underline nil)) -- cgit v1.2.3