🚀 switch back to unstable emacs

dev-docs
Moritz Böhme 2022-08-20 14:19:08 +02:00
parent 8eebd53841
commit 4b71dc1ced
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
with lib;
let
cfg = config.my.programs.emacs;
myEmacs = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages
myEmacs = with pkgs; ((emacsPackagesFor emacsUnstable).emacsWithPackages
(epkgs: [ epkgs.vterm ]));
in
{