diff options
author | Guangxiong Lin <[email protected]> | 2022-03-06 00:08:46 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-03-06 00:08:46 +0800 |
commit | 4198a6421c185e87d72a8d839b19e7984f48a23a (patch) | |
tree | 983acc0bc154973bc0559eba93ea20d5e004b481 /.emacs.d/lisp/init-misc.el | |
parent | 4cf7c82be9593e36c88f1a9230f4af71bd434305 (diff) | |
download | dotfiles-4198a6421c185e87d72a8d839b19e7984f48a23a.tar.gz dotfiles-4198a6421c185e87d72a8d839b19e7984f48a23a.tar.bz2 dotfiles-4198a6421c185e87d72a8d839b19e7984f48a23a.zip |
Improve emacs start up time
Diffstat (limited to '.emacs.d/lisp/init-misc.el')
-rw-r--r-- | .emacs.d/lisp/init-misc.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el index 53f9e89..5f5647b 100644 --- a/.emacs.d/lisp/init-misc.el +++ b/.emacs.d/lisp/init-misc.el @@ -88,6 +88,7 @@ :if (memq window-system '(mac ns)) :ensure t :config + (setq exec-path-from-shell-arguments nil) (exec-path-from-shell-initialize)) (use-package avy |