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 ];