summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-04-08 08:40:20 -0700
committerFranck Cuny <fcuny@twitter.com>2019-04-08 08:40:20 -0700
commit373b131a5fbdcf852250be0608290e6e1003fe7e (patch)
tree9920a175dbe8949f0026606a10a444b04327e463 /emacs.d
parent[emacs] Fix the font. (diff)
downloademacs.d-373b131a5fbdcf852250be0608290e6e1003fe7e.tar.gz
[emacs] When to load pants.
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/custom/fcuny-twitter.el1
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)