mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/python: python-indent-guess-indent-offset-verbose = nil
This commit is contained in:
@ -40,6 +40,9 @@ called.")
|
||||
:for "for"
|
||||
:return "return" :yield "yield")
|
||||
|
||||
;; Stop the spam!
|
||||
(setq python-indent-guess-indent-offset-verbose nil)
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(add-hook 'python-mode-local-vars-hook #'lsp!))
|
||||
|
||||
|
Reference in New Issue
Block a user