What happened?
In my vim days, I had this line in my .vimrc file
"let clear search highlight in normal mode :nnoremap :nohlsearch/
My attempt to translate that to Doom lisp
(map! :n “RET” #'evil-ex-nohighlight)
What did you expect to happen?
I expected it to clear search highlights if I hit CR in normal mode.
Steps to reproduce
- Evaluate my lisp code
- Search for something and note highlights
- Watch nothing happen when pressing
System information
Loading data dump...