From 690659de7d9ce0522b7d54aa4e88e3fae0eaf5ef Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 31 Jul 2016 20:41:20 -0700 Subject: [emacs] aurora files are python code. Closes #4 --- emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) 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) -- cgit 1.4.1