Emacs: Demand keychain-environment so magit can load.

This commit is contained in:
tastytea 2020-12-05 14:06:32 +01:00
parent 6ef337e761
commit 399bc11b8c
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; server.el --- Set up network stuff.. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-12-03T21:37:48+0100>
;; Time-stamp: <2020-12-05T14:05:39+0100>
;;; Commentary:
@ -62,7 +62,8 @@
:hook (atomic-chrome-edit-mode . (lambda () (set-fill-column 400))))
;; Read SSH/GPG agent environment variables from file.
(use-package keychain-environment)
(use-package keychain-environment
:demand t)
(provide 'net/server)
;;; server.el ends here