Emacs: remove exec-path-from-shell. Not necessary with home-manager
1 file changed, 0 insertions(+), 8 deletions(-)
changed files
M user/emacs/.emacs.d/main.el → user/emacs/.emacs.d/main.el
@@ -8,14 +8,6 @@ (require 'use-package) (setq use-package-expand-minimally t)) (setq use-package-always-demand (daemonp)) -(use-package exec-path-from-shell - :if (eq system-type 'darwin) - :commands (exec-path-from-shell-initialize) - :custom ((exec-path-from-shell-arguments nil) - (exec-path-from-shell-debug t)) - :init (progn - (exec-path-from-shell-initialize))) - ;;; Customize (setq custom-file "~/.emacs.d/custom.el")