diff options
author | Ben Sima <ben@bsima.me> | 2019-02-17 01:51:28 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-17 01:51:28 -0800 |
commit | ae489341894937d904cb1e7057c5cf1585b898ae (patch) | |
tree | ce41dc6761b06c4eb8b05c835f6e08b882bc7551 | |
parent | ccbcc38a5b0471ae8eaaa619be070511b9764966 (diff) |
Switch editor to emacsclient
-rw-r--r-- | common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |