Anderson Saunders
Anderson Saunders
commenting here just to keep track of it!
did anyone get a solution for it? 🤔
I tried playing with the following values locally: https://github.com/bbatsov/zenburn-emacs/blob/d71a0f0556c1db785738ab9b0c989df342705a81/zenburn-theme.el#L791 https://github.com/bbatsov/zenburn-emacs/blob/d71a0f0556c1db785738ab9b0c989df342705a81/zenburn-theme.el#L793 ``` `(hl-line-face ((,class (:background ,zenburn-bg+2)) (t :weight bold))) `(hl-line ((,class (:background ,zenburn-bg+2)) ; old emacsen (t :weight bold))) ``` `zenburn-bg+2`...
https://github.com/bbatsov/zenburn-emacs/pull/318
I have the same problem, I'm not deleting the carried over elements, just "flagging" with :carried:. but that leads to the elements being carried multiple times, every time I call...
thanks for updating the readme, saved me a couple hours of debugging, and assuring my self I was sure it worked before.
@gcentauri I have the same problem. GNU Emacs 27.2 macos monterey 12.0.1 enh-ruby-mode 20210120.201
@parndt @timriley thanks for the follow up, I have updated the PR according to the conversation above, let me know if I got it right. I could not find document...