summary refs log tree commit diff
path: root/emacs.d/core/core-pants.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/core/core-pants.el')
-rw-r--r--emacs.d/core/core-pants.el12
1 files changed, 0 insertions, 12 deletions
diff --git a/emacs.d/core/core-pants.el b/emacs.d/core/core-pants.el
deleted file mode 100644
index cc9a93e..0000000
--- a/emacs.d/core/core-pants.el
+++ /dev/null
@@ -1,12 +0,0 @@
-(load-file "~/src/pants.el/pants.el")
-
-(use-package pants
-  :bind (("C-c b" . pants-find-build-file)
-         ("C-c r" . pants-run-binary)
-         ("C-c t" . pants-run-test))
-  :config
-  (progn
-    (setq pants-source-tree-root "/Users/fcuny/src/source"
-          pants-bury-compilation-buffer t)))
-
-(provide 'core-pants)