From b0dbb99f613717c5792e9f974e40d583ae7a112e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 29 Jan 2016 15:48:06 -0800 Subject: [emacs] BUILD files are python files. --- emacs.d/inits/90_lang-python.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- cgit 1.4.1