diff options
author | Guangxiong Lin <[email protected]> | 2022-03-08 22:03:46 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-03-08 22:03:46 +0800 |
commit | a586820f709ac516b06c0a908f429081023118b7 (patch) | |
tree | 16e635113e466b46b82526106094a8a8b8fd2b3a | |
parent | 465d97b39b78bbf295b6e9259f37f5c8c0392690 (diff) | |
download | dotfiles-a586820f709ac516b06c0a908f429081023118b7.tar.gz dotfiles-a586820f709ac516b06c0a908f429081023118b7.tar.bz2 dotfiles-a586820f709ac516b06c0a908f429081023118b7.zip |
Update exec-path-from-shell arguments (emacs)
-rw-r--r-- | .emacs.d/lisp/init-misc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el index a526cca..fd488a6 100644 --- a/.emacs.d/lisp/init-misc.el +++ b/.emacs.d/lisp/init-misc.el @@ -89,7 +89,7 @@ :if (memq window-system '(mac ns)) :ensure t :config - (setq exec-path-from-shell-arguments nil) + (setq exec-path-from-shell-arguments '("-l")) (exec-path-from-shell-initialize)) (use-package avy |