@ -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)
** C and C++
*** Hooks