From 0a6f403f6b03d7d5706306866ab622aaad965144 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 15 Mar 2020 16:02:09 +0100 Subject: [PATCH] chore: emacs in nix shell --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 9a3306edc..b3d1273a7 100644 --- a/shell.nix +++ b/shell.nix @@ -23,7 +23,7 @@ let shellHook = '' export PROMPT_INFO="${oldAttrs.name}" - export CHROME_BIN=$(which google-chrome-stable) + export EDITOR=emacsclient if [[ -z "$PGHOST" ]]; then set -xe