From c461099b60b0923cd1b2bc9e58496e1e73086681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Tue, 30 Apr 2019 13:28:11 +0200 Subject: [PATCH] [emacs] Fix fish path in init.el. --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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