Working on Emacs
This commit is contained in:
parent
f4b2a68ba0
commit
b4d239d34b
10 changed files with 186 additions and 116 deletions
users/profiles/emacs/emacs.d/config
9
users/profiles/emacs/emacs.d/config/config-python.el
Normal file
9
users/profiles/emacs/emacs.d/config/config-python.el
Normal file
|
@ -0,0 +1,9 @@
|
|||
(use-package lsp-python-ms
|
||||
:ensure t
|
||||
:hook (python-mode . (lambda ()
|
||||
(require 'lsp-python-ms)
|
||||
(lsp)))
|
||||
:init
|
||||
(setq lsp-python-ms-executable (executable-find "python-language-server")))
|
||||
|
||||
(provide 'config-python)
|
Loading…
Add table
Add a link
Reference in a new issue