Faster emacs startup

This commit is contained in:
Charlotte Van Petegem 2021-09-20 18:14:49 +02:00
parent 213fa674c8
commit 23306e0379
No known key found for this signature in database
GPG key ID: 019E764B7184435A
7 changed files with 69 additions and 40 deletions

View file

@ -113,7 +113,7 @@ in
(use-package mu4e
;; Use mu4e included in the mu package, see emacs.nix
:ensure nil
:demand t
:commands (mu4e mu4e-update-index)
:after (selectrum)
:hook
(mu4e-view-mode . display-line-numbers-mode)

View file

@ -17,6 +17,7 @@
''
(use-package auth-source-pass
:ensure nil
:defer t
:custom
(auth-sources '(password-store))
(auth-source-pass-filename "${config.home-manager.users.charlotte.programs.password-store.settings.PASSWORD_STORE_DIR}")