Add ssh-agent to emacs

This commit is contained in:
Marco Thomas
2021-03-21 02:25:11 +01:00
parent baafb1a9cb
commit 1c6091780e

View File

@@ -55,6 +55,12 @@
;; General things
(use-package exec-path-from-shell
:ensure t)
(exec-path-from-shell-copy-env "SSH_AGENT_PID")
(exec-path-from-shell-copy-env "SSH_AUTH_SOCK")
;; Themes and icons
(use-package doom-themes
:ensure t