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

Error in setup readme #77

Closed
jsigman opened this issue Dec 16, 2019 · 0 comments
Closed

Error in setup readme #77

jsigman opened this issue Dec 16, 2019 · 0 comments

Comments

@jsigman
Copy link

jsigman commented Dec 16, 2019

The setup readme suggests:

(require 'lsp-python-ms)
(add-hook 'python-mode #'lsp) ; or lsp-deferred

It should suggest the variable python-mode-hook! not python-mode

(require 'lsp-python-ms)
(add-hook 'python-mode-hook #'lsp) ; or lsp-deferred
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant