Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit c26d496

Browse files
Merge pull request #7 from maxking/patch-1
Fix the lsp entrypoint for new lsp.el
2 parents 7fafe2d + f5c893d commit c26d496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lsp-mode client leveraging microsoft's [[https://github.com/Microsoft/python-lan
2626
#+BEGIN_SRC elisp
2727
(use-package lsp-python-ms
2828
:ensure nil
29-
:hook (python-mode . lsp-python-enable)
29+
:hook (python-mode . lsp)
3030
:config
3131

3232
;; for dev build of language server

0 commit comments

Comments
 (0)