diff --git a/README.org b/README.org index f964f55..1166c7a 100644 --- a/README.org +++ b/README.org @@ -114,8 +114,8 @@ Notice how I am including all of my software here. It may be a big file, but hav # Set default shell to be dash for speed # environment.binsh = "${pkgs.dash}/bin/dash"; environment.variables = { - EDITOR = "emacsclient -t" - VISUAL = "emacsclient -c" + EDITOR = "emacsclient -t"; + VISUAL = "emacsclient -c"; }; hardware.uinput.enable = true; diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index 1c2bcf2..90c09c7 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -38,8 +38,8 @@ # Set default shell to be dash for speed # environment.binsh = "${pkgs.dash}/bin/dash"; environment.variables = { - EDITOR = "emacsclient -t" - VISUAL = "emacsclient -c" + EDITOR = "emacsclient -t"; + VISUAL = "emacsclient -c"; }; hardware.uinput.enable = true;