summary refs log tree commit diff
path: root/emacs.d/modules/module-pants.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-04-08 16:28:22 -0700
committerFranck Cuny <franck.cuny@gmail.com>2018-04-08 16:28:22 -0700
commit54251d877632d19d098c0cd08735c964eaaeb4ae (patch)
treed18bd727529288ea1b474c62836c69986e82b2f4 /emacs.d/modules/module-pants.el
parent[tmux] Add tmux again. (diff)
downloademacs.d-54251d877632d19d098c0cd08735c964eaaeb4ae.tar.gz
[emacs] Rename some custom variables.
Use '-' as a separator instead of '/' in some variable's names.
Diffstat (limited to '')
-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")