🧹 switch back to emacsNativeComp

dev-docs
Moritz Böhme 2022-04-30 13:09:33 +02:00
parent f43c035a05
commit fe992f919a
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
with lib; with lib;
let let
myEmacs = with pkgs; myEmacs = with pkgs;
((emacsPackagesFor emacsPgtkGcc).emacsWithPackages ((emacsPackagesFor emacsNativeComp).emacsWithPackages
(epkgs: [ epkgs.vterm ])); (epkgs: [ epkgs.vterm ]));
cfg = config.modules.editors.emacs; cfg = config.modules.editors.emacs;
in { in {