Load keychain-environment only when needed.

This commit is contained in:
tastytea 2021-07-16 09:34:56 +02:00
parent 55b96614a0
commit 775e68a343
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
;; Read SSH/GPG agent environment variables from file.
(use-package keychain-environment
:demand t)
:commands (keychain-refresh-environment))
(provide 'net/server)
;;; server.el ends here