lang/python: python-indent-guess-indent-offset-verbose = nil
This commit is contained in:
parent
77da28f06a
commit
13f7f70242
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ called.")
|
||||||
:for "for"
|
:for "for"
|
||||||
:return "return" :yield "yield")
|
:return "return" :yield "yield")
|
||||||
|
|
||||||
|
;; Stop the spam!
|
||||||
|
(setq python-indent-guess-indent-offset-verbose nil)
|
||||||
|
|
||||||
(when (featurep! +lsp)
|
(when (featurep! +lsp)
|
||||||
(add-hook 'python-mode-local-vars-hook #'lsp!))
|
(add-hook 'python-mode-local-vars-hook #'lsp!))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue