From ae489341894937d904cb1e7057c5cf1585b898ae Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 17 Feb 2019 01:51:28 -0800 Subject: Switch editor to emacsclient --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.nix b/common.nix index 52082e5..e651f06 100644 --- a/common.nix +++ b/common.nix @@ -7,7 +7,7 @@ in home = { packages = import ./packages.nix { inherit pkgs; }; sessionVariables = { - EDITOR = "vim"; + EDITOR = "emacsclient"; LANG = "en_US.UTF-8"; PATH = "${homedir}/bin:${homedir}/.cabal/bin:${homedir}/.local/bin:$PATH"; PAGER = "less"; -- cgit v1.2.3