Use Emacs in daemon mode

This commit is contained in:
Ohad Livne 2025-06-04 22:47:19 +03:00
parent 9176c1f445
commit ba480ea008
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
2 changed files with 9 additions and 3 deletions

View file

@ -36,8 +36,8 @@ if [ -d "$(systemd-path user-state-private)"/git-sync ] ; 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 EDITOR="emacsclient"
export VISUAL="emacsclient"
export GTK_IM_MODULE="fcitx"
export QT_IM_MODULE="fcitx"
export XMODIFIERS="@im=fcitx"