cli: Use emacsUnstable instead of bleeding edge

This commit is contained in:
Alexander Kobjolke 2023-05-15 14:27:40 +02:00
parent 1e81cd287c
commit 421c970ef5

View file

@ -102,9 +102,8 @@ in {
emacs = { emacs = {
enable = true; enable = true;
package = pkgs.emacsGit; package = pkgs.emacsUnstable;
extraPackages = epkgs: with epkgs; [ vterm ]; extraPackages = epkgs: with epkgs; [ vterm ];
#package = pkgs.emacsUnstable;
}; };
gh = { gh = {