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