diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b9718f5..38b170a 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -77,7 +77,7 @@ ;; Retrieve PATH from fish shell (when (memq window-system '(mac ns x)) - (setq exec-path-from-shell-shell-name "/usr/local/bin/fish") + (setq exec-path-from-shell-shell-name "/usr/bin/fish") (exec-path-from-shell-initialize)) ;; Auto complete + Yasnippet