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

View File

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