diff options
author | JSDurand <mmemmew@gmail.com> | 2023-08-23 01:37:06 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2023-08-23 01:37:06 +0800 |
commit | 9080bc7d224ea8c1df4708c5dd986ddc5bfa49cd (patch) | |
tree | 120820fcd0ef542238989fce886f62cdca7e70a7 | |
parent | 9dd060d35d29018ab3105e857be80034eae0d5cb (diff) |
init: comment out the part about 'rime'
It is a package that I once used. Since I do not want to use that
package now, I comment out its preparatory forms.
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -324,7 +324,7 @@ no effect." ;; However, for letters a-z, A-Z, [, ], \, ^, _, the effect of control ;; is to subtract the upcased character by 64; for letters a-z, A-Z, ;; the effect of shift is to apply `upcase' to it. -(define-key global-map (vector (logior (ash 1 23) ?i)) #'prepare-rime) +;; (define-key global-map (vector (logior (ash 1 23) ?i)) #'prepare-rime) ;;; magit |