spacemacs-layer: Fix ahs search
This commit is contained in:
parent
c43a8e958e
commit
7560d0b8ff
1 changed files with 3 additions and 0 deletions
|
@ -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'."
|
||||
|
|
Reference in a new issue