summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-01-29 15:48:06 -0800
committerFranck Cuny <franckcuny@gmail.com>2016-01-29 15:48:06 -0800
commitb0dbb99f613717c5792e9f974e40d583ae7a112e (patch)
treec6f61515ee0bc6590fbbd775bedfd7bf64e5dcaa /emacs.d
parent[git] cleanup a little bit gitconfig. (diff)
downloademacs.d-b0dbb99f613717c5792e9f974e40d583ae7a112e.tar.gz
[emacs] BUILD files are python files.
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/inits/90_lang-python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/inits/90_lang-python.el b/emacs.d/inits/90_lang-python.el
index dd0e46e..84fafab 100644
--- a/emacs.d/inits/90_lang-python.el
+++ b/emacs.d/inits/90_lang-python.el
@@ -1,5 +1,5 @@
 (use-package python
-  :mode ("\\.\\(py\\|aurora\\)$" . python-mode)
+  :mode ("BUILD\\|(\\.\\(py\\|aurora\\))$" . python-mode)
   :config
   (progn
     (setq python-indent-offset 2)))