Emacs: added exec-path-from-shell package

This commit is contained in:
Marcel Kapfer 2018-03-12 12:04:20 +01:00
parent 910dc06f1e
commit 573c618701
1 changed files with 8 additions and 0 deletions

View File

@ -1238,3 +1238,11 @@
;; An emacs minor mode for smooth scrolling
;; https://github.com/andre-r/centered-cursor-mode.el
(use-package centered-cursor-mode)
;; exec-path-from-shell
;; get environmet variables
(use-package exec-path-from-shell
:init
(exec-path-from-shell-initialize)
(exec-path-from-shell-copy-env "SSH_AUTH_SOCK")
(exec-path-from-shell-copy-env "SSH_AGENT_PID"))