summary refs log tree commit diff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-07-31 20:41:20 -0700
committerFranck Cuny <franckcuny@gmail.com>2016-07-31 20:41:20 -0700
commit690659de7d9ce0522b7d54aa4e88e3fae0eaf5ef (patch)
tree31aaa302d36bcb47d422092f70516b7009b5477e /emacs.d/init.el
parent[tmux] delete configuration for `tmux'. (diff)
downloademacs.d-690659de7d9ce0522b7d54aa4e88e3fae0eaf5ef.tar.gz
[emacs] aurora files are python code.
Closes #4
Diffstat (limited to '')
-rw-r--r--emacs.d/init.el1
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)