Update to emacs 29.1

This commit is contained in:
Roman Godmaire 2023-12-04 20:38:12 -05:00
parent ffac2603bf
commit bf6d3f148f

View file

@ -173,10 +173,9 @@
programs.emacs = {
enable = true;
package = pkgs.emacs;
package = pkgs.emacs29;
extraPackages = epkgs: with epkgs; [
emacsql-sqlite
pdf-tools
vterm
];