lsp: fix typo

This commit is contained in:
syl20bnr 2018-05-07 23:34:31 -04:00
parent aaa8c93d00
commit 4eaf160b90

View file

@ -32,6 +32,6 @@
)
(defun spacemacs//set-lsp-key-bindings (mode)
"Set the key bindings for tern and the given MODE."
"Set the key bindings for lsp and the given MODE."
(add-to-list (intern (format "spacemacs-jump-handlers-%S" mode))
'(lsp-ui-peek-find-definitions)))