Skip to content

Commit 6de1cc7

Browse files
committed
Remove automatic registration of lsp-mode
Fixes #4391
1 parent fd0a4f1 commit 6de1cc7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

clients/lsp-lisp.el

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545
;;
4646
;;; Server
4747

48-
;;;###autoload
49-
(add-hook 'lisp-mode-hook #'lsp-lisp-alive-start-ls)
50-
5148
;;;###autoload
5249
(defun lsp-lisp-alive-start-ls ()
5350
"Start the alive-lsp."
@@ -89,7 +86,7 @@
8986
:priority -1
9087
:server-id 'alive-lsp))
9188

92-
(lsp-consistency-check alive-lsp)
89+
(lsp-consistency-check lsp-lisp)
9390

9491
(provide 'lsp-lisp)
9592
;;; lsp-lisp.el ends here

0 commit comments

Comments
 (0)