From e741777c4f719d32ca0b13e8ed86f96af4abb504 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Thu, 30 Sep 2021 18:01:35 +0200 Subject: [PATCH] Remove exec-path-from-shell --- files/init.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/files/init.el b/files/init.el index 34ec28b..7eeee14 100644 --- a/files/init.el +++ b/files/init.el @@ -257,15 +257,6 @@ ;;; -;; Copy environment -;; TODO: is the still needed -;; (use-package exec-path-from-shell -;; :straight t -;; :config -;; (setq exec-path-from-shell-arguments '("-l")) -;; (exec-path-from-shell-copy-envs '("PATH" "SSH_AGENT_PID" "SSH_AUTH_SOCK"))) - - ;; Heuristic indentation (use-package dtrt-indent :straight t