Update to Emacs30

This commit is contained in:
Evie Litherland-Smith 2024-12-10 15:48:39 +00:00
parent 92b6e0e325
commit 638c098b55

View file

@ -28,7 +28,7 @@
}; };
programs.emacs = { programs.emacs = {
enable = true; enable = true;
package = pkgs.emacs29.override { package = pkgs.emacs30.override {
withImageMagick = true; withImageMagick = true;
withPgtk = true; withPgtk = true;
}; };