From b06e5fc33d608978d034500b36ca66114e4660a0 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:47:40 +0300 Subject: [PATCH] Open a TTY frame when an editor is requested --- .profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"