diff options
author | JSDurand <mmemmew@gmail.com> | 2023-12-13 14:31:23 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2023-12-13 14:31:23 +0800 |
commit | bb1cda6fc1a36304dd96095a931abda8c4e9c9d8 (patch) | |
tree | 17a3802d235908a446cd1f10728b1588d9893193 | |
parent | 80db146b8bf5664e2ec4e2b22c02a18eaa50b181 (diff) |
input: Set the default input method to devanagari KH.
* input-conf.el (default-input-method): Use the Kyoto-Harvard
transliteration scheme as the default input method.
-rw-r--r-- | input-conf.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/input-conf.el b/input-conf.el index e08e0f5..986286a 100644 --- a/input-conf.el +++ b/input-conf.el @@ -35,5 +35,7 @@ (remove-hook 'quail-activate-hook #'durand-zozy-remap-keys) +(setq-default default-input-method "devanagari-kyoto-harvard") + (provide 'input-conf) ;;; input-conf.el ends here |