From 13a67689dfbcc7d02bf5eabce3edff0b83f0b2ce Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 7 Mar 2018 14:55:17 -0500 Subject: [PATCH] Set EDITOR and VISUAL --- .zshenv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshenv b/.zshenv index cbfde1c..7f73b9a 100644 --- a/.zshenv +++ b/.zshenv @@ -1,6 +1,8 @@ #-*- mode: sh; -*- # Environment variables +export EDITOR="emacsclient -t" +export VISUAL="emacsclient -c -n" export ARDUINO_DIR="/usr/share/arduino" export ARDMK_DIR="$HOME/Programs/Arduino-Makefile" export STEAMAPPS="$HOME/.local/share/Steam/steamapps/common"