-
-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Highlight line is not working for console mode? #280
Comments
did anyone get a solution for it? 🤔 |
I tried playing with the following values locally: zenburn-emacs/zenburn-theme.el Line 791 in d71a0f0
zenburn-emacs/zenburn-theme.el Line 793 in d71a0f0
|
The above fix didn't work for me unfortunately. However the following (in .emacs) did:
You can change |
I have
(global-hl-line-mode t)
in my init.el and it's working for GUI emacs. If I runemacs -nw
to launch emacs in the console, I don't see the current line being highlighted at all. The other colors in console look fine though.The text was updated successfully, but these errors were encountered: