(eval-when-compile (require 'use-package)) (use-package pants :load-path (lambda () (expand-file-name "github.com/fcuny/pants.el/" fcuny-path-workspace)) :custom (pants-completion-system 'ivy) (pants-source-tree-root (expand-file-name "git.twitter.biz/source" fcuny-path-workspace)) (pants-bury-compilation-buffer t) (pants-extra-args "-q") :bind (("C-c b" . pants-find-build-file) ("C-c r" . pants-run-binary) ("C-c t" . pants-run-test))) (provide 'fcuny-pants)