diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-07-31 20:41:20 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-07-31 20:41:20 -0700 |
commit | 690659de7d9ce0522b7d54aa4e88e3fae0eaf5ef (patch) | |
tree | 31aaa302d36bcb47d422092f70516b7009b5477e | |
parent | [tmux] delete configuration for `tmux'. (diff) | |
download | emacs.d-690659de7d9ce0522b7d54aa4e88e3fae0eaf5ef.tar.gz |
[emacs] aurora files are python code.
Closes #4
-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) |