Open a TTY frame when an editor is requested
This commit is contained in:
parent
5365e14035
commit
b06e5fc33d
1 changed files with 2 additions and 2 deletions
4
.profile
4
.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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue