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