Assume emacs is Emacs 29

This commit is contained in:
Marien Zwart 2024-06-01 13:32:32 +10:00
parent 1ee01affd6
commit e7383f325f
No known key found for this signature in database
3 changed files with 0 additions and 11 deletions

View file

@ -79,8 +79,6 @@ Configure it:
programs.doom-emacs = {
enable = true;
doomDir = inputs.doom-config;
# Any Emacs >= 29 should work. Defaults to pkgs.emacs.
emacs = pkgs.emacs29-pgtk;
};
```
@ -117,8 +115,6 @@ The overlay adds two packages:
# doomDir = ./path/to/doom/config;
# instead.
doomLocalDir = "~/.local/share/nix-doom";
# Emacs package to build on (any Emacs >= 29 should work).
emacs = pkgs.emacs29;
})
```