-
Notifications
You must be signed in to change notification settings - Fork 11
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
Configurable evil-search-highlight-persist-highlight-face #18
Configurable evil-search-highlight-persist-highlight-face #18
Comments
The problem is the |
Thank you @naclander , I learned something! However now I have the problem that I can't override the default value - it always takes the default (yellow1). I assume the problem got to do with evaluation time, I tried different versions with backticks, single quotes, defun with no luck :( From my init.el:
After making the changes you suggested:
For reference, here's the block that's using the min-length attribute that I can configure fine:
|
Hi guys, Please note that currently this project is unmaintained because I went back to Vim and anyway I wasn't very good at elisp. If some of you want to take over it please fork and we can update the elpa links. I'll update the readme. |
@juanjux Sure thing, I forked it. @mpollmeier You have to put the |
Thank you, that did the trick. I made |
I just wanted to send you a PR, but since I'm an elisp newbie I ran into a problem, maybe you can help me fix it:
I wanted to change this:
into this, to make the colour configurable:
Emacs complains that it's the wrong type though (stringp) - I don't get it, you're using a string in the original code as well. Can you help?
The text was updated successfully, but these errors were encountered: