summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-05 18:20:40 -0600
committerCase Duckworth2022-01-05 18:20:40 -0600
commit5ccf1ad613cfa4ddcec8f747a44126cd3f929b47 (patch)
treefc432714394b1163ca663202a53345471e03126a /init.el
parentFix :setup form (diff)
downloademacs-5ccf1ad613cfa4ddcec8f747a44126cd3f929b47.tar.gz
emacs-5ccf1ad613cfa4ddcec8f747a44126cd3f929b47.zip
Require exec-path-from-shell
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 526c867..5c3ed35 100644 --- a/init.el +++ b/init.el
@@ -917,6 +917,7 @@ See also `crux-reopen-as-root-mode'."
917 917
918(setup (:straight-when exec-path-from-shell 918(setup (:straight-when exec-path-from-shell
919 (eq system-system 'linux)) 919 (eq system-system 'linux))
920 (require 'exec-path-from-shell)
920 (dolist (var '("SSH_AUTH_SOCK" 921 (dolist (var '("SSH_AUTH_SOCK"
921 "SSH_AGENT_PID" 922 "SSH_AGENT_PID"
922 "GPG_AGENT_INFO" 923 "GPG_AGENT_INFO"