fix(nix): upgrade to emacs 30
This commit is contained in:
parent
7aa9fb45d4
commit
593846eab7
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
||||||
|
|
||||||
nil
|
nil
|
||||||
|
|
||||||
emacs
|
emacs30
|
||||||
alacritty
|
alacritty
|
||||||
emacs-lsp-booster
|
emacs-lsp-booster
|
||||||
|
|
||||||
|
@ -178,6 +178,7 @@
|
||||||
services.emacs = {
|
services.emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
|
package = pkgs.emacs30;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue