summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-12-15 11:34:29 -0800
committerFranck Cuny <franck.cuny@gmail.com>2016-12-15 11:34:29 -0800
commitd196a8bc97491b1d705e79bb2b8515d36005cd65 (patch)
tree0e95669286399ae1b0b5109af1506a5bbbf30a71
parent[emacs] Don't open magit in fullscreen. (diff)
downloademacs.d-d196a8bc97491b1d705e79bb2b8515d36005cd65.tar.gz
[Emacs] BUILD files are python.
-rw-r--r--emacs.d/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 61f8647..461eea8 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -425,8 +425,8 @@
 (use-package python
   ;; configuration for Python
   :mode(("\\.aurora$" . python-mode)
-        ("BUILD$" . python-mode)
-        ("\\.py$" . python-mode))
+        ("BUILD$"     . python-mode)
+        ("\\.py$"     . python-mode))
 
   :interpreter ("python" . python-mode)