summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 9669394..340ee8f 100644
--- a/init.el
+++ b/init.el
@@ -1,6 +1,9 @@
;; No splash screen please ...
(setq inhibit-startup-message t)
+;; FIXME: This is needed to be able to use IBus Pinyin with Emacs
+(setenv "LC_CTYPE" "zh_CN.utf8")
+
;; display tool tips in echo area only
(tooltip-mode -1)
(setq tooltip-use-echo-area t)