jkitchin / ov-highlight

A persistent highlighter for Emacs
57 stars 6 forks source link

ov-highlight-make doesn't highlight without active region #1

Open hisnawi opened 6 years ago

hisnawi commented 6 years ago

I have this in my init.el file:

(ov-highlight-make "red" '(:foreground "red"))

Using the old ov-highlighter.el I used to be able to perform the function on any word and it will be highlighted directly. Now, using the new file, I have to first select a region then use the command, and after this first action then using the command directly without highlighting a region works. But as I said I have to assign a region on the first trial.

jkitchin commented 6 years ago

hm. I also experienced some of that. I can't figure it out. I pushed a few things that seemed related but I don't think it is fixed completely.