emacs: update to emacs 30
This commit is contained in:
parent
88a355ebe4
commit
b4cdc7b109
|
@ -12,8 +12,8 @@
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "virchau13";
|
owner = "virchau13";
|
||||||
repo = "tree-sitter-astro";
|
repo = "tree-sitter-astro";
|
||||||
rev = "4be180759ec13651f72bacee65fa477c64222a1a";
|
rev = "0ad33e32ae9726e151d16ca20ba3e507ff65e01f";
|
||||||
sha256 = "qc9InFEQgeFfFReJuQd8WjTNK4fFMEaWcqQUcGxxuBI=";
|
sha256 = "LhehKOhCDPExEgEiOj3TiuFk8/DohzYhy/9GmUSxaIg=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
|
|
||||||
custom-emacs =
|
custom-emacs =
|
||||||
with newpkgs;
|
with newpkgs;
|
||||||
((emacsPackagesFor (emacs29-pgtk.override { withNativeCompilation = true; })).emacsWithPackages (epkgs: with epkgs; [
|
((emacsPackagesFor (emacs30-pgtk.override { withNativeCompilation = true; })).emacsWithPackages (epkgs: with epkgs; [
|
||||||
avy
|
avy
|
||||||
better-jumper
|
better-jumper
|
||||||
company
|
company
|
||||||
|
|
Loading…
Reference in a new issue