Skip to content

Instantly share code, notes, and snippets.

@zenozeng
Last active January 3, 2016 18:29
Show Gist options
  • Save zenozeng/8502555 to your computer and use it in GitHub Desktop.
Save zenozeng/8502555 to your computer and use it in GitHub Desktop.
fcitx & lc_ctype in .profile
# Using FCITX to Input
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
# Start Emacs Daemon
LC_CTYPE=zh_CN.utf8 emacs --daemon
# Don't forget to install kimpanel for gnome shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment