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:
Vincent Ambo 2023-08-29 15:46:23 +03:00 committed by clbot
parent e5f7fe430d
commit 821feb610e

View file

@ -3,7 +3,7 @@
{ depot, lib, pkgs, ... }:
pkgs.makeOverridable
({ emacs ? pkgs.emacs-unstable }:
({ emacs ? pkgs.emacs29 }:
let
emacsWithPackages = (pkgs.emacsPackagesFor emacs).emacsWithPackages;