mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
overlays/emacs28: init
It was removed, but I need it for PLFA :c
This commit is contained in:
parent
9227aa9ee3
commit
5da726a8af
4 changed files with 26 additions and 2 deletions
|
|
@ -54,7 +54,10 @@ in {
|
|||
neovim.enable = true;
|
||||
neovim.defaultEditor = true;
|
||||
|
||||
emacs.enable = true;
|
||||
emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs28;
|
||||
};
|
||||
|
||||
fish.enable = true;
|
||||
starship.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue