chore: emacs in nix shell

This commit is contained in:
Gregor Kleen 2020-03-15 16:02:09 +01:00
parent 82af773ab5
commit 0a6f403f6b

View File

@ -23,7 +23,7 @@ let
shellHook = '' shellHook = ''
export PROMPT_INFO="${oldAttrs.name}" export PROMPT_INFO="${oldAttrs.name}"
export CHROME_BIN=$(which google-chrome-stable) export EDITOR=emacsclient
if [[ -z "$PGHOST" ]]; then if [[ -z "$PGHOST" ]]; then
set -xe set -xe