fix(emacs): lsp typo
All checks were successful
build / build (push) Successful in 2m47s

This commit is contained in:
2026-04-25 10:40:50 -06:00
parent 2073d0eacd
commit eaa2de3e93

View File

@@ -42,6 +42,6 @@
(lsp-describe-thing-at-point)
(get-buffer "*lsp-help*"))
(syd-handle 'lsp-mode
:docs #'syd-lsp-handle-docs)))
:docs #'syd-lsp-handle-docs))
(provide 'syd/lsp)