summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
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.
;;