diff options
-rw-r--r-- | emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 5c29461..b08a120 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -265,6 +265,7 @@ Return the new window for BUFFER." (setq python-indent-offset 2) ;; (use-package python +(add-to-list 'auto-mode-alist '("\\.aurora\\'" . python-mode)) ;; :mode ("BUILD\\|\\(\\.\\(py\\|aurora\\)\\)$" . python-mode) |