From d196a8bc97491b1d705e79bb2b8515d36005cd65 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 15 Dec 2016 11:34:29 -0800 Subject: [Emacs] BUILD files are python. --- emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs.d') 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) -- cgit 1.4.1