[emacs] Fix fish path in init.el.

This commit is contained in:
Mikaël Capelle 2019-04-30 13:28:11 +02:00
parent 2e1f428bf3
commit c461099b60

View File

@ -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