Silence python guessing offset warning

master
Jacopo De Simoi 3 years ago
parent 424aee0c6f
commit 023f41357d
  1. 5
      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

Loading…
Cancel
Save