tweak(emacs): use Emacs with Native Compilation support

This commit is contained in:
Infinidoge 2022-05-11 14:13:32 -04:00
parent a49f007542
commit 859db6c6dc

View file

@ -7,6 +7,7 @@ in
programs.emacs = {
enable = true;
extraPackages = epkgs: with epkgs; [ vterm ];
package = pkgs.emacsNativeComp;
};
services.emacs = {