Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gygl09 committed Jul 21, 2015
1 parent 0d849cb commit 28de593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ is how Vim search works by default when you enable hlsearch. This extension requ
"highlight" extension.

To enable:

(require 'highlight)

(require 'evil-search-highlight-persist)

(global-evil-search-highlight-persist t)

;; To only display string whose length is greater than or equal to 3
;; (setq evil-search-highlight-string-min-len 3)


Expand Down

0 comments on commit 28de593

Please sign in to comment.