about summary refs log tree commit diff stats
path: root/profile/defaults.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profile/defaults.sh')
-rw-r--r--profile/defaults.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/profile/defaults.sh b/profile/defaults.sh index 4ee51d2..c158df5 100644 --- a/profile/defaults.sh +++ b/profile/defaults.sh
@@ -1,7 +1,5 @@
1# Default programs 1# Default programs
2 2
3export EDITOR="$(which emacsclient) -nc" 3export EDITOR="$(which em)" # emacs but like, better-er
4export ALTERNATE_EDITOR= 4export ALTERNATE_EDITOR=
5export VISUAL="$EDITOR" 5export VISUAL="$EDITOR"
6
7alias e="$EDITOR"