NativeComp is now default
This commit is contained in:
parent
5a50a10e7b
commit
c3ec12b33d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
readOnly = true;
|
||||
default = pkgs.emacsWithPackagesFromUsePackage {
|
||||
config = config.chvp.base.emacs.fullConfig;
|
||||
package = pkgs.emacsPgtkNativeComp;
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue