Set a minimal Emacs as the default editor
This commit is contained in:
parent
cc7ea5a345
commit
ce648429fa
2 changed files with 3 additions and 0 deletions
2
.profile
2
.profile
|
|
@ -27,6 +27,8 @@ if [ -d "$HOME/.local/bin" ] ; then
|
|||
fi
|
||||
|
||||
umask 0007
|
||||
export EDITOR="/usr/local/bin/emacs --no-init-file --no-splash --no-window-system"
|
||||
export VISUAL="/usr/local/bin/emacs --no-init-file --no-splash --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