diff --git a/.profile b/.profile index bb07076..39944ac 100644 --- a/.profile +++ b/.profile @@ -37,8 +37,8 @@ fi umask 0007 export SUDO_EDITOR="/usr/local/bin/emacs --no-init-file --no-splash --no-window-system" -export EDITOR="emacsclient" -export VISUAL="emacsclient" +export EDITOR="emacsclient --create-frame --no-window-system" +export VISUAL="emacsclient --create-frame --no-window-system" export GTK_IM_MODULE="fcitx" export QT_IM_MODULE="fcitx" export XMODIFIERS="@im=fcitx"