Assume emacs is Emacs 29
This commit is contained in:
parent
1ee01affd6
commit
e7383f325f
3 changed files with 0 additions and 11 deletions
|
|
@ -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;
|
||||
})
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue