summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2023-08-23 01:37:06 +0800
committerJSDurand <mmemmew@gmail.com>2023-08-23 01:37:06 +0800
commit9080bc7d224ea8c1df4708c5dd986ddc5bfa49cd (patch)
tree120820fcd0ef542238989fce886f62cdca7e70a7
parent9dd060d35d29018ab3105e857be80034eae0d5cb (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.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 75d3ffd..293abc7 100644
--- a/init.el
+++ b/init.el
@@ -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