Fix loading of mu4e

This commit is contained in:
Charlotte Van Petegem 2022-11-30 14:04:27 +01:00
parent 561a7ae974
commit 6539ad7e2f
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 3 additions and 3 deletions

View file

@ -101,7 +101,7 @@
:config (company-prescient-mode 1)
)
;; Replacements for emacs built-ins that better integrate with `selectrum'.
;; Replacements for emacs built-ins that better integrate with `vertico'.
(use-package consult
:commands (consult-ripgrep)
:general
@ -230,7 +230,7 @@
:diminish (vertico-mode)
)
;; Prescient integration in selectrum
;; Prescient integration in vertico
(use-package vertico-prescient
:after (vertico prescient)
:custom (vertico-prescient-enable-filtering nil "`orderless' manages the filtering part.")

View file

@ -114,7 +114,7 @@ in
;; Use mu4e included in the mu package, see emacs/default.nix
:ensure nil
:commands (mu4e mu4e-update-index)
:after (selectrum)
:after (vertico)
:hook
(mu4e-view-mode . display-line-numbers-mode)
(mu4e-view-mode . visual-line-mode)