summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2022-12-23 20:13:41 +0800
committerJSDurand <mmemmew@gmail.com>2022-12-23 20:13:41 +0800
commit65169da49653a6f72978018e53ab702109bde074 (patch)
tree43a76d81fca4237ad982a2f4028d65440fea29c5 /init.el
parentaeac98f8f2123b0ab09e13f4655e5ea53cf2bdbf (diff)
input-conf: Some preliminary configurations
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el
index 96340c2..fdeb8de 100644
--- a/init.el
+++ b/init.el
@@ -299,6 +299,11 @@ no effect."
(load-after-function prepare-rime "rime-conf.el"
"Load rime and launch it." nil (durand-set-input-method))
+;;; Input method configuration
+
+(load-after-function toggle-input-method "input-conf.el"
+ "Load my configurations of input methods." nil)
+
;; The effect of super is to apply bitwise or to the key with
;; (ash 1 23). The codes are as follows.
;;