aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-03-08 22:03:46 +0800
committerGuangxiong Lin <[email protected]>2022-03-08 22:03:46 +0800
commita586820f709ac516b06c0a908f429081023118b7 (patch)
tree16e635113e466b46b82526106094a8a8b8fd2b3a /.emacs.d
parent465d97b39b78bbf295b6e9259f37f5c8c0392690 (diff)
downloaddotfiles-a586820f709ac516b06c0a908f429081023118b7.tar.gz
dotfiles-a586820f709ac516b06c0a908f429081023118b7.tar.bz2
dotfiles-a586820f709ac516b06c0a908f429081023118b7.zip
Update exec-path-from-shell arguments (emacs)
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-misc.el2
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