mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-23 12:19:00 +00:00
users/foo-dogsquared/programs/doom-emacs: update to Emacs 30
This commit is contained in:
parent
0557d111ea
commit
5fc8be8e2c
@ -17,7 +17,7 @@ in
|
|||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
programs.emacs = {
|
programs.emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.emacs;
|
package = pkgs.emacs30;
|
||||||
extraPackages = epkgs: with epkgs; [
|
extraPackages = epkgs: with epkgs; [
|
||||||
org-noter-pdftools
|
org-noter-pdftools
|
||||||
org-pdftools
|
org-pdftools
|
||||||
|
Loading…
Reference in New Issue
Block a user