spacemacs-layer: Fix ahs search

This commit is contained in:
justbur 2015-09-07 14:13:04 -04:00 committed by syl20bnr
parent c43a8e958e
commit 7560d0b8ff

View file

@ -235,6 +235,9 @@
"Info on the last searched highlighted symbol.")
(make-variable-buffer-local 'spacemacs-last-ahs-highlight-p)
(defvar spacemacs--ahs-searching-forward nil)
(make-variable-buffer-local 'spacemacs--ahs-searching-forward)
(defun spacemacs/goto-last-searched-ahs-symbol ()
"Go to the last known occurrence of the last symbol searched with
`auto-highlight-symbol'."