diff options
author | JSDurand <mmemmew@gmail.com> | 2023-01-06 23:36:11 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2023-01-06 23:36:11 +0800 |
commit | 68ba4a0ae38c898e2a31ec5174bb8d032ea3ae88 (patch) | |
tree | 49fd06bee815070c6026ef5846a5ba93c1315fff | |
parent | a681e7f368cfd9294841b11d89bbe624b859272a (diff) |
rime: Stop using rime now.
-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 |