diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-12-15 11:34:29 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-12-15 11:34:29 -0800 |
commit | d196a8bc97491b1d705e79bb2b8515d36005cd65 (patch) | |
tree | 0e95669286399ae1b0b5109af1506a5bbbf30a71 | |
parent | [emacs] Don't open magit in fullscreen. (diff) | |
download | emacs.d-d196a8bc97491b1d705e79bb2b8515d36005cd65.tar.gz |
[Emacs] BUILD files are python.
-rw-r--r-- | emacs.d/init.el | 4 |
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) |