summary refs log tree commit diff
path: root/emacs.d/modules/module-pants.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/modules/module-pants.el')
-rw-r--r--emacs.d/modules/module-pants.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs.d/modules/module-pants.el b/emacs.d/modules/module-pants.el
index 5a7abbb..f1027bb 100644
--- a/emacs.d/modules/module-pants.el
+++ b/emacs.d/modules/module-pants.el
@@ -1,11 +1,11 @@
 (require 'config-package)
 
 (use-package pants
-  :load-path (lambda () (expand-file-name  "github.com/fcuny/pants.el/" fcuny/workspace))
+  :load-path (lambda () (expand-file-name  "github.com/fcuny/pants.el/" fcuny-path-workspace))
 
   :config
   (setq pants-completion-system 'ivy
-        pants-source-tree-root (expand-file-name "git.twitter.biz/source" fcuny/workspace)
+        pants-source-tree-root (expand-file-name "git.twitter.biz/source" fcuny-path-workspace)
         pants-bury-compilation-buffer t
         pants-extra-args "-q")