Fix bindings for "hn" and "hN" for hl-anything

An updated version of hl-anything uses 'hl-find-next-thing instead of
'hl-find-thing-forwardly.
This commit is contained in:
Alex Rozenshteyn 2015-03-03 13:47:09 -05:00 committed by syl20bnr
parent c826380ca7
commit 61580e71ba

View file

@ -1499,8 +1499,8 @@ which require an initialization must be listed explicitly in the list.")
"hgc" 'hl-unhighlight-all-global
"hgh" 'hl-highlight-thingatpt-global
"hh" 'hl-highlight-thingatpt-local
"hn" 'hl-find-thing-forwardly
"hN" 'hl-find-thing-backwardly
"hn" 'hl-find-next-thing
"hN" 'hl-find-prev-thing
"hp" 'hl-paren-mode
"hr" 'hl-restore-highlights
"hs" 'hl-save-highlights))