From cb23ad60ab83636e576fc3c478fabc9624a0cf30 Mon Sep 17 00:00:00 2001 From: Will Bush Date: Sun, 20 Oct 2024 19:51:22 -0500 Subject: [PATCH] emacs.nix: remove commented out code --- profiles/home/emacs.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/profiles/home/emacs.nix b/profiles/home/emacs.nix index 710217a4..a4af006c 100644 --- a/profiles/home/emacs.nix +++ b/profiles/home/emacs.nix @@ -25,13 +25,6 @@ }; }; - # services.emacs = { - # enable = true; - # package = pkgs.emacs-pgtk; - # client.enable = true; - # defaultEditor = true; - # }; - home.packages = with pkgs; [ hunspellDicts.en_US # used by jinx ];