chore(tazjin/emacs): emacs-unstable -> emacs29
Instead of staying up-to-date with Emacs master, I'd like to be a bit more laid back and stay with stable releases. Now that native compilation is in this is not a big difference. I tried to use `-pgtk`, but it broke EXWM. Change-Id: I0789a1f73d0149bda912987e726de396545abce1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9164 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
e5f7fe430d
commit
821feb610e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
{ depot, lib, pkgs, ... }:
|
||||
|
||||
pkgs.makeOverridable
|
||||
({ emacs ? pkgs.emacs-unstable }:
|
||||
({ emacs ? pkgs.emacs29 }:
|
||||
let
|
||||
emacsWithPackages = (pkgs.emacsPackagesFor emacs).emacsWithPackages;
|
||||
|
||||
|
|
Loading…
Reference in a new issue