Skip to content
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

How to remove the underscore line while editing? #136

Open
MassD opened this issue Oct 13, 2014 · 1 comment
Open

How to remove the underscore line while editing? #136

MassD opened this issue Oct 13, 2014 · 1 comment

Comments

@MassD
Copy link

MassD commented Oct 13, 2014

Hi.

I begin to use yoru suite. It is very nice.

However, could you please tell me how to remove the long underscore line which indicates the current edit position?

the line looks like this:

line

@oracleyue
Copy link

try this, it works for me
(set-face-attribute hl-line-face nil :underline nil)
Since by default the line hightlight color is the same as the background color, you won't see the highlight. Try to change the bg color of highlight, if you like, by
(set-face-background 'hl-line "grey27")
Here is a snaphot of what my line hightlight looks like
selection_001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants