From 373b131a5fbdcf852250be0608290e6e1003fe7e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 8 Apr 2019 08:40:20 -0700 Subject: [emacs] When to load pants. --- emacs.d/custom/fcuny-twitter.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs.d') 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) -- cgit 1.4.1