diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-02-17 16:24:35 -0800 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-02-17 16:24:35 -0800 |
commit | d30cc66a8695af081d84c81d5bb3ce5e3fdceb5f (patch) | |
tree | cd0c5c428401f6917dcefcfc94f1f272c3be2938 | |
parent | [Emacs] Rename `common.el` to `defuns.el`. (diff) | |
download | emacs.d-d30cc66a8695af081d84c81d5bb3ce5e3fdceb5f.tar.gz |
[Emacs] BUILD files are not Python.
BUILD files are managed by the `pants` module.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-python.el | 3 |
1 files changed, 1 insertions, 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)) |