diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-17 08:23:21 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-17 08:23:21 +0200 |
commit | 2dee61f2f10485da65c31f2a6c9d6c7f6ac736f3 (patch) | |
tree | d3e845deaa9551fad0f93e257eebd9a8d4f57894 /.config/emacs/mango-theme.el | |
parent | 732ac726808129afd35413008ac53f8bb577380f (diff) |
emacs: Remove ‘mango-after-load-theme-hook’
Diffstat (limited to '.config/emacs/mango-theme.el')
-rw-r--r-- | .config/emacs/mango-theme.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/emacs/mango-theme.el b/.config/emacs/mango-theme.el index 7e74d17..904776e 100644 --- a/.config/emacs/mango-theme.el +++ b/.config/emacs/mango-theme.el @@ -127,4 +127,8 @@ graphically, so I shouldn’t need to have multiple specs per face. ;; Info Page (Info-quoted - :inherit default)) + :inherit default) + + ;; Vertico + (vertico-current + :inherit hl-line)) |