diff options
author | Emile <git@emile.space> | 2024-06-09 00:17:50 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-06-09 00:17:50 +0200 |
commit | e940c03a079c4d77fff7306de2281baaa0f9f7f3 (patch) | |
tree | 378488008d7955bf88ecf442c198a671431d6259 /nix/hosts/caladan/home_emile.nix | |
parent | 091a43d7191b1132607a7cf2cbc88b08b70e150e (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.nix | 2 |
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) ''; |