diff options
-rw-r--r-- | init.el | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -296,8 +296,10 @@ no effect." ;;; rime configuration to input Chinese. -(load-after-function prepare-rime "rime-conf.el" - "Load rime and launch it." nil (durand-set-input-method)) +;; NOTE: I do not use rime now. + +;; (load-after-function prepare-rime "rime-conf.el" +;; "Load rime and launch it." nil (durand-set-input-method)) ;;; Input method configuration |