Skip to content

Commit

Permalink
Remove automatic registration of lsp-mode
Browse files Browse the repository at this point in the history
Fixes #4391
  • Loading branch information
yyoncho committed Mar 24, 2024
1 parent fd0a4f1 commit 6de1cc7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions clients/lsp-lisp.el
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
;;
;;; Server

;;;###autoload
(add-hook 'lisp-mode-hook #'lsp-lisp-alive-start-ls)

;;;###autoload
(defun lsp-lisp-alive-start-ls ()
"Start the alive-lsp."
Expand Down Expand Up @@ -89,7 +86,7 @@
:priority -1
:server-id 'alive-lsp))

(lsp-consistency-check alive-lsp)
(lsp-consistency-check lsp-lisp)

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

0 comments on commit 6de1cc7

Please sign in to comment.