diff options
| author | Franck Cuny <fcuny@twitter.com> | 2019-04-08 08:40:20 -0700 |
|---|---|---|
| committer | Franck Cuny <fcuny@twitter.com> | 2019-04-08 08:40:20 -0700 |
| commit | 373b131a5fbdcf852250be0608290e6e1003fe7e (patch) | |
| tree | 9920a175dbe8949f0026606a10a444b04327e463 | |
| parent | [emacs] Fix the font. (diff) | |
| download | emacs.d-373b131a5fbdcf852250be0608290e6e1003fe7e.tar.gz | |
[emacs] When to load pants.
| -rw-r--r-- | emacs.d/custom/fcuny-twitter.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-twitter.el b/emacs.d/custom/fcuny-twitter.el index 33bd55a..ea3e424 100644 --- a/emacs.d/custom/fcuny-twitter.el +++ b/emacs.d/custom/fcuny-twitter.el @@ -3,6 +3,7 @@ (use-package pants :load-path (lambda () (expand-file-name "pants.el" fcuny/path-workspace)) :mode (("BUILD\\'" . pants-build-mode)) + :commands (pants-build-fmt pants-run-fmt pants-run-test pants-run-binary pants-run-python-repl) :custom (pants-completion-system 'ivy) (pants-bury-compilation-buffer +1) |
