(use-package python :mode ("BUILD\\|(\\.\\(py\\|aurora\\))$" . python-mode) :config (progn (setq python-indent-offset 2))) (provide 'lang-python)