From 301f3330126092fad5d72e1b3da9832cae961c9c Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 18 Jan 2025 13:14:58 -0500 Subject: [PATCH] emacs-- --- modules/home/darwin-only.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/darwin-only.nix b/modules/home/darwin-only.nix index 850d313..7c89cb1 100644 --- a/modules/home/darwin-only.nix +++ b/modules/home/darwin-only.nix @@ -1,6 +1,6 @@ { imports = [ ./all/zsh.nix - ./all/emacs.nix + # ./all/emacs.nix ]; }