about summary refs log tree commit diff
path: root/users/grfn/system/home/modules/emacs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/system/home/modules/emacs.nix')
-rw-r--r--users/grfn/system/home/modules/emacs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/system/home/modules/emacs.nix b/users/grfn/system/home/modules/emacs.nix
index 4130379c3d..3db4e293f8 100644
--- a/users/grfn/system/home/modules/emacs.nix
+++ b/users/grfn/system/home/modules/emacs.nix
@@ -65,7 +65,7 @@ in
 
       programs.emacs = {
         enable = true;
-        package = pkgs.emacs-unstable;
+        package = pkgs.emacs;
         extraPackages = (epkgs:
           (with epkgs; [
             tvlPackages.dottime