diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-01-29 15:48:06 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-01-29 15:48:06 -0800 |
commit | b0dbb99f613717c5792e9f974e40d583ae7a112e (patch) | |
tree | c6f61515ee0bc6590fbbd775bedfd7bf64e5dcaa | |
parent | [git] cleanup a little bit gitconfig. (diff) | |
download | emacs.d-b0dbb99f613717c5792e9f974e40d583ae7a112e.tar.gz |
[emacs] BUILD files are python files.
-rw-r--r-- | emacs.d/inits/90_lang-python.el | 2 |
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))) |