Fix exit keyword in symbol-highlight TS (#14890)

This commit is contained in:
duianto 2021-07-03 18:59:23 +02:00 committed by GitHub
parent 63f5bc7bb9
commit 9159393f9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,7 @@
:title "Symbol Highlight Transient State"
:hint-is-doc t
:dynamic-hint (spacemacs//symbol-highlight-ts-doc)
:before-exit (spacemacs//ahs-ts-on-exit)
:on-exit (spacemacs//ahs-ts-on-exit)
:bindings
("d" ahs-forward-definition)
("D" ahs-backward-definition)