From e48ecec9dad848600e76b1881f5439b44f11e9fd Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 30 Sep 2014 16:34:25 -0400 Subject: [PATCH] Fix eclim paths --- init/init-eclim.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init/init-eclim.el b/init/init-eclim.el index 7afe025c6..64bb757d5 100644 --- a/init/init-eclim.el +++ b/init/init-eclim.el @@ -4,8 +4,8 @@ :commands (eclim-mode global-eclim-mode) :init (progn - (setq eclim-eclipse-dirs '("~/.opt/eclipse") - eclim-executable "~/.opt/eclipse/eclim") + (setq eclim-eclipse-dirs '("/Applications/eclipse") + eclim-executable "/Applications/eclipse/eclim") (add-hook 'java-mode-hook 'eclim-mode)) :config (progn