Include notmuch as an Emacs dependency
`(require 'notmuch)` in `email.el` broke my Emacs initialization. This should fix that.
This commit is contained in:
parent
28af585f3d
commit
5d656b646f
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ let
|
||||||
]) ++
|
]) ++
|
||||||
|
|
||||||
(with epkgs.melpaPackages; [
|
(with epkgs.melpaPackages; [
|
||||||
|
notmuch
|
||||||
ts
|
ts
|
||||||
vterm
|
vterm
|
||||||
base16-theme
|
base16-theme
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue