diff options
Diffstat (limited to 'emacs.d/custom')
-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) |