about summary refs log tree commit diff stats
path: root/nix-conf/home
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-11-11 14:00:16 +0000
committerDavid Morgan <djm_uk@protonmail.com>2023-11-11 14:00:16 +0000
commit05bbec025e7ce61724be4c4c224c89ca41c6ec64 (patch)
tree77d709b56b393bc7ff7cca219a27b04a452cbaa4 /nix-conf/home
parent33aae456ef3dc0d80d9d4391dd0bce5f63a7d328 (diff)
downloaddotfiles-05bbec025e7ce61724be4c4c224c89ca41c6ec64.tar.gz
Use Emacs 29 on Linux
Diffstat (limited to 'nix-conf/home')
-rw-r--r--nix-conf/home/includes/linux-dev.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/includes/linux-dev.nix b/nix-conf/home/includes/linux-dev.nix
index fd174f2..3581a81 100644
--- a/nix-conf/home/includes/linux-dev.nix
+++ b/nix-conf/home/includes/linux-dev.nix
@@ -6,7 +6,7 @@
 
   programs.emacs = {
     enable = true;
-    package = pkgs.emacs28NativeComp;
+    package = pkgs.emacs29;
     extraPackages = (epkgs: [ epkgs.vterm epkgs.multi-vterm ] );
   };