summary refs log tree commit diff
path: root/emacs.d/inits/90_lang-python.el
blob: 84fafabeb9883067966f6bff53890c34f73a0b7e (plain) (blame)
1
2
3
4
5
(use-package python
  :mode ("BUILD\\|(\\.\\(py\\|aurora\\))$" . python-mode)
  :config
  (progn
    (setq python-indent-offset 2)))