Fix some emacs annoyances

This commit is contained in:
Charlotte Van Petegem 2023-03-29 10:11:55 +02:00
parent 706c8305fe
commit c992f1c033
No known key found for this signature in database
GPG key ID: 019E764B7184435A
4 changed files with 4 additions and 15 deletions

View file

@ -16,7 +16,6 @@
readOnly = true;
default = pkgs.emacsWithPackagesFromUsePackage {
config = config.chvp.base.emacs.fullConfig;
package = pkgs.emacsPgtk;
alwaysEnsure = true;
# mu4e is included in the mu package and should be used from there
extraEmacsPackages = epkgs: lib.optional config.chvp.graphical.mail.enable pkgs.mu;