Remove exec-path-from-shell

This commit is contained in:
Marco Thomas
2021-09-30 18:01:35 +02:00
parent db4ce2f510
commit e741777c4f

View File

@@ -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