Fix loading of mu4e
This commit is contained in:
parent
561a7ae974
commit
6539ad7e2f
2 changed files with 3 additions and 3 deletions
|
@ -101,7 +101,7 @@
|
||||||
:config (company-prescient-mode 1)
|
: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
|
(use-package consult
|
||||||
:commands (consult-ripgrep)
|
:commands (consult-ripgrep)
|
||||||
:general
|
:general
|
||||||
|
@ -230,7 +230,7 @@
|
||||||
:diminish (vertico-mode)
|
:diminish (vertico-mode)
|
||||||
)
|
)
|
||||||
|
|
||||||
;; Prescient integration in selectrum
|
;; Prescient integration in vertico
|
||||||
(use-package vertico-prescient
|
(use-package vertico-prescient
|
||||||
:after (vertico prescient)
|
:after (vertico prescient)
|
||||||
:custom (vertico-prescient-enable-filtering nil "`orderless' manages the filtering part.")
|
:custom (vertico-prescient-enable-filtering nil "`orderless' manages the filtering part.")
|
||||||
|
|
|
@ -114,7 +114,7 @@ in
|
||||||
;; Use mu4e included in the mu package, see emacs/default.nix
|
;; Use mu4e included in the mu package, see emacs/default.nix
|
||||||
:ensure nil
|
:ensure nil
|
||||||
:commands (mu4e mu4e-update-index)
|
:commands (mu4e mu4e-update-index)
|
||||||
:after (selectrum)
|
:after (vertico)
|
||||||
:hook
|
:hook
|
||||||
(mu4e-view-mode . display-line-numbers-mode)
|
(mu4e-view-mode . display-line-numbers-mode)
|
||||||
(mu4e-view-mode . visual-line-mode)
|
(mu4e-view-mode . visual-line-mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue