From e4db5c8895e3afd73c1a37264123eb10b3628ea0 Mon Sep 17 00:00:00 2001 From: kat witch Date: Sun, 22 Aug 2021 20:22:39 +0100 Subject: [PATCH] nix-doom-emacs: Disable due to... disgustingness --- config/users/kat/dev/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/users/kat/dev/default.nix b/config/users/kat/dev/default.nix index 7a2f90ea..36bea00b 100644 --- a/config/users/kat/dev/default.nix +++ b/config/users/kat/dev/default.nix @@ -5,6 +5,6 @@ ./rustfmt.nix ./packages.nix ./cookiecutter.nix - ./emacs.nix + #./emacs.nix ]; }