aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/init-misc.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/init-misc.el')
-rw-r--r--.emacs.d/lisp/init-misc.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el
index ef79d74..97bb0b4 100644
--- a/.emacs.d/lisp/init-misc.el
+++ b/.emacs.d/lisp/init-misc.el
@@ -60,9 +60,4 @@
(with-eval-after-load 'undo-tree
(gx/diminish 'undo-tree-mode))
-(setq exec-path-from-shell-arguments '("-l"))
-(when (gx/maybe-require-package 'exec-path-from-shell)
- (when (memq window-system '(mac ns))
- (exec-path-from-shell-initialize)))
-
(provide 'init-misc)