Build emacs with mu4e

This commit is contained in:
coolneng 2023-09-11 21:50:37 +02:00
parent 8b41227479
commit c4b313f780
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
(final: prev: { (final: prev: {
emacs-vterm = emacs-vterm =
((pkgs.emacsPackagesFor pkgs.emacs29-pgtk).emacsWithPackages ((pkgs.emacsPackagesFor pkgs.emacs29-pgtk).emacsWithPackages
(epkgs: with epkgs; [ vterm ])); (epkgs: with epkgs; [ vterm mu4e ]));
}) })
]; ];
}; };