Emacs: added exec-path-from-shell package
This commit is contained in:
parent
910dc06f1e
commit
573c618701
1 changed files with 8 additions and 0 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue