🧹 switch back to emacsNativeComp
parent
f43c035a05
commit
fe992f919a
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue