From d30cc66a8695af081d84c81d5bb3ce5e3fdceb5f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 17 Feb 2019 16:24:35 -0800 Subject: [Emacs] BUILD files are not Python. BUILD files are managed by the `pants` module. --- emacs.d/custom/fcuny-python.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emacs.d/custom/fcuny-python.el b/emacs.d/custom/fcuny-python.el index b5fbcba..b1b5331 100644 --- a/emacs.d/custom/fcuny-python.el +++ b/emacs.d/custom/fcuny-python.el @@ -1,7 +1,6 @@ (use-package python :after (flycheck flyspell) - :mode (("\\.py$" . python-mode) - ("BUILD\\'" . python-mode)) + :mode (("\\.py$" . python-mode)) :commands python-mode :hook ((python-mode . eldoc-mode)) :custom (python-indent-offset 2)) -- cgit v1.2.3