all repos — nixfiles @ 8da664ea9c7dfcb55ed89099c050e40c640556c2

System and user configuration, managed by nix and home-manager

Emacs: Fix exec-path-from-shell-initialize error

Alan Pearce
commit

8da664ea9c7dfcb55ed89099c050e40c640556c2

parent

fd0c985d2c2b1f653956dfe8d8633f5165f661ad

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -317,7 +317,7 @@
#+BEGIN_SRC emacs-lisp (use-package exec-path-from-shell :if (eq system-type 'darwin) - :init (exec-path-from-shell-initialize)) + :config (exec-path-from-shell-initialize)) #+END_SRC * Keybindings