summary refs log tree commit diff
path: root/emacs.d/config/fcuny-pants.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-07-17 15:12:36 -0700
committerFranck Cuny <franck.cuny@gmail.com>2018-07-17 15:12:36 -0700
commita7c44d60af86479436f19d151fd93f4658892d76 (patch)
treedbc2c20680da02f662863becf5c642a54bd3eb07 /emacs.d/config/fcuny-pants.el
parent[emacs] Set font per operating system. (diff)
downloademacs.d-a7c44d60af86479436f19d151fd93f4658892d76.tar.gz
[emacs] Simplify the configuration
Reduce the number of configuration files.
Diffstat (limited to 'emacs.d/config/fcuny-pants.el')
-rw-r--r--emacs.d/config/fcuny-pants.el15
1 files changed, 0 insertions, 15 deletions
diff --git a/emacs.d/config/fcuny-pants.el b/emacs.d/config/fcuny-pants.el
deleted file mode 100644
index 3ed1ef1..0000000
--- a/emacs.d/config/fcuny-pants.el
+++ /dev/null
@@ -1,15 +0,0 @@
-(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)