diff options
Diffstat (limited to 'nix/hosts/caladan')
-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) ''; |