From a7c44d60af86479436f19d151fd93f4658892d76 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 17 Jul 2018 15:12:36 -0700 Subject: [emacs] Simplify the configuration Reduce the number of configuration files. --- emacs.d/config/fcuny-pants.el | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 emacs.d/config/fcuny-pants.el (limited to 'emacs.d/config/fcuny-pants.el') 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) -- cgit 1.4.1