Last active
January 3, 2016 18:29
-
-
Save zenozeng/8502555 to your computer and use it in GitHub Desktop.
fcitx & lc_ctype in .profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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