summaryrefslogtreecommitdiff
path: root/input-conf.el
AgeCommit message (Collapse)Author
33 hoursinput: Convenient toggling between frequently used methods.JSDurand
* input-conf.el (durand-input-method-list): This is a list of my frequently used input methods. (durand-toggle-input): A function to choose amongst the above list of input methods. This function reads a method in the "headlong" manner, so that oft one only needs to press a letter to select an input method, making it behave sort of like a more flexible keymap. (global-map): Replace the binding of the function `toggle-input-method` by the above function.
2023-12-13input: Set the default input method to devanagari KH.JSDurand
* input-conf.el (default-input-method): Use the Kyoto-Harvard transliteration scheme as the default input method.
2022-12-23input-conf: Some preliminary configurationsJSDurand