From f966c313090067ab99d9cd11a30dff84b31b49d7 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 22 Mar 2024 22:11:47 -0400 Subject: [PATCH] home-manager: switched to emacs-nox --- home/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/shell.nix b/home/shell.nix index 763bd52f..64127f16 100644 --- a/home/shell.nix +++ b/home/shell.nix @@ -30,7 +30,7 @@ python ]) ); - # package = pkgs.emacs-nox; + package = pkgs.emacs-nox; extraConfig = '' ; 4 spaces > tabs. (setq-default indent-tabs-mode nil)