From e940c03a079c4d77fff7306de2281baaa0f9f7f3 Mon Sep 17 00:00:00 2001
From: Emile <git@emile.space>
Date: Sun, 9 Jun 2024 00:17:50 +0200
Subject: remove the comment behind the emacs package

---
 nix/hosts/caladan/home_emile.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'nix/hosts/caladan')

diff --git a/nix/hosts/caladan/home_emile.nix b/nix/hosts/caladan/home_emile.nix
index 4acc4a1..c8d0699 100644
--- a/nix/hosts/caladan/home_emile.nix
+++ b/nix/hosts/caladan/home_emile.nix
@@ -55,7 +55,7 @@
 
     emacs = {
       enable = true;
-      package = pkgs.emacs;  # replace with pkgs.emacs-gtk, or a version provided by the community overlay if desired.
+      package = pkgs.emacs;
       extraConfig = ''
         (setq standard-indent 2)
       '';
-- 
cgit 1.4.1