cli: Use emacsUnstable instead of bleeding edge
This commit is contained in:
parent
1e81cd287c
commit
421c970ef5
1 changed files with 1 additions and 2 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue