about summary refs log tree commit diff
path: root/nix/hosts/caladan/home_emile.nix
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-06-09 00:17:50 +0200
committerEmile <git@emile.space>2024-06-09 00:17:50 +0200
commite940c03a079c4d77fff7306de2281baaa0f9f7f3 (patch)
tree378488008d7955bf88ecf442c198a671431d6259 /nix/hosts/caladan/home_emile.nix
parent091a43d7191b1132607a7cf2cbc88b08b70e150e (diff)
remove the comment behind the emacs package
Diffstat (limited to 'nix/hosts/caladan/home_emile.nix')
-rw-r--r--nix/hosts/caladan/home_emile.nix2
1 files changed, 1 insertions, 1 deletions
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)
       '';