Fix exit keyword in symbol-highlight TS (#14890)
This commit is contained in:
parent
63f5bc7bb9
commit
9159393f9c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue