Open a TTY frame when an editor is requested

This commit is contained in:
Ohad Livne 2025-06-04 22:47:40 +03:00
parent 5365e14035
commit b06e5fc33d
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -37,8 +37,8 @@ fi
umask 0007 umask 0007
export SUDO_EDITOR="/usr/local/bin/emacs --no-init-file --no-splash --no-window-system" export SUDO_EDITOR="/usr/local/bin/emacs --no-init-file --no-splash --no-window-system"
export EDITOR="emacsclient" export EDITOR="emacsclient --create-frame --no-window-system"
export VISUAL="emacsclient" export VISUAL="emacsclient --create-frame --no-window-system"
export GTK_IM_MODULE="fcitx" export GTK_IM_MODULE="fcitx"
export QT_IM_MODULE="fcitx" export QT_IM_MODULE="fcitx"
export XMODIFIERS="@im=fcitx" export XMODIFIERS="@im=fcitx"