Fix :nohl ex command to clear persistent highlights

This commit is contained in:
syl20bnr 2015-01-16 22:38:18 -05:00
parent 5ffc237b0d
commit 7ecfcdce37

View file

@ -769,7 +769,7 @@ which require an initialization must be listed explicitly in the list.")
(progn
(global-evil-search-highlight-persist)
(evil-leader/set-key "sc" 'evil-search-highlight-persist-remove-all)
(evil-ex-define-cmd "noh" 'evil-search-highlight-persist-remove-all))))
(evil-ex-define-cmd "nohl" 'evil-search-highlight-persist-remove-all))))
(defun spacemacs/init-evil-surround ()
(use-package evil-surround