From f2c0c3f952a6f3b7aded53f1fdba6f5ad1814948 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 24 Jul 2016 20:04:33 -0700 Subject: [emacs] set the path to pants correctly. --- emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs.d') 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) -- cgit 1.4.1