summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index c8f54dc..422b03b 100644
--- a/.profile
+++ b/.profile
@@ -4,7 +4,7 @@ if [ -d "$HOME/.local/bin" ] ; then
fi
export SHELL="/bin/zsh"
-export EDITOR="kak"
+export EDITOR="emacs -nw"
# For Jetbrains products
export _JAVA_AWT_WM_NONREPARENTING=1