[emacs] Fix fish path in init.el.
This commit is contained in:
parent
2e1f428bf3
commit
c461099b60
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user