Dont call eglot by python mode
This commit is contained in:
parent
d7859ce3a5
commit
d452bbebcb
1 changed files with 1 additions and 2 deletions
|
@ -131,8 +131,7 @@
|
||||||
:mode (("\\.py\\'" . python-mode)
|
:mode (("\\.py\\'" . python-mode)
|
||||||
("\\.wsgi$" . python-mode)
|
("\\.wsgi$" . python-mode)
|
||||||
("\\.j2" . python-mode))
|
("\\.j2" . python-mode))
|
||||||
:hook ((python-mode . abbrev-mode)
|
:hook (python-mode . abbrev-mode)
|
||||||
(python-mode . eglot-ensure))
|
|
||||||
:init
|
:init
|
||||||
(setq python-indent-offset 4)
|
(setq python-indent-offset 4)
|
||||||
(setq-default indent-tabs-mode nil)
|
(setq-default indent-tabs-mode nil)
|
||||||
|
|
Loading…
Add table
Reference in a new issue