Closed alexei-28 closed 3 years ago
The question is: How remove this lines?
By changing or fixing the theme. You may want to give the modus themes a try, in particular the dark modus-vivendi
.
Closing since it is not a Marginalia issue.
The question is: How remove this lines?
By changing or fixing the theme. You may want to give the modus themes a try, in particular the dark
modus-vivendi
.Closing since it is not a Marginalia issue.
I changed my color theme from
'(custom-enabled-themes '(wheatgrass))
to
'(custom-enabled-themes '(tango-dark))
but it not help. Same result
Can you reproduce this with emacs -Q and only vertico+marginalia+theme?
The question is: How remove this lines?
By changing or fixing the theme. You may want to give the modus themes a try, in particular the dark
modus-vivendi
.Closing since it is not a Marginalia issue.
After I install package modus-theme the problem is gone.
In my init.el file:
;; https://protesilaos.com/modus-themes/
(require 'modus-themes)
(load-theme 'modus-operandi) ; Light theme
(load-theme 'modus-vivendi) ; Dark theme
;; Load the theme files before enabling a theme (else you get an error).
(modus-themes-load-themes)
LInux Mint 20.2. Emacs 27.1 3 monitors
I installed package marginalia ver. 0.8. In my init.el
(require 'marginalia)
Restart Emacs. And here result:
The question is: How remove this lines?