diff --git a/.profile b/.profile index 4c93a3e..bb07076 100644 --- a/.profile +++ b/.profile @@ -36,6 +36,7 @@ if [ -d "$(systemd-path user-state-private)"/git-sync ] ; then 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 GTK_IM_MODULE="fcitx"