diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/init.el | 2 |
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) |