From 023f41357d83f9bb756f7d6e60bd0ddda6e75fbe Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 1 Dec 2022 15:38:57 -0500 Subject: [PATCH] Silence python guessing offset warning --- global.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/global.org b/global.org index 9faf8df..2dcd456 100644 --- a/global.org +++ b/global.org @@ -1706,6 +1706,11 @@ (autoload 'qml-mode "qml-mode.el" t) (add-to-list 'auto-mode-alist '("\\.qml\\'" . qml-mode)) #+end_src +** Python +Silent offset warning +#+begin_src emacs-lisp + (setq python-indent-guess-indent-offset-verbose nil) +#+end_src ** C and C++ *** Hooks #+begin_src emacs-lisp