summary refs log tree commit diff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 75e87c4..2148683 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -165,7 +165,7 @@ Return the new window for BUFFER."
     window))
 
 ;; pants related stuff
-(load-file "~/src/pants.el/pants.el")
+(add-to-list 'load-path (expand-file-name  "~/src/pants.el/"))
 (require 'pants)
 (setq pants-source-tree-root "/Users/fcuny/src/source"
       pants-bury-compilation-buffer t)