diff options
author | Guangxiong Lin <[email protected]> | 2022-03-05 03:01:00 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-03-05 03:01:00 +0800 |
commit | ddf25894f7fd9e115f88d47dad75ff274a4f342e (patch) | |
tree | aefe82ce1c2e44795fb3a15f7d5f93e73cc7ad8a /.emacs.d | |
parent | f15e1d866f6b8753c227f2e9f25f4f48b79c4f40 (diff) | |
download | dotfiles-ddf25894f7fd9e115f88d47dad75ff274a4f342e.tar.gz dotfiles-ddf25894f7fd9e115f88d47dad75ff274a4f342e.tar.bz2 dotfiles-ddf25894f7fd9e115f88d47dad75ff274a4f342e.zip |
Update emacs input method config
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/lisp/init-input-method.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-input-method.el b/.emacs.d/lisp/init-input-method.el index df93015..4d83d51 100644 --- a/.emacs.d/lisp/init-input-method.el +++ b/.emacs.d/lisp/init-input-method.el @@ -14,6 +14,7 @@ (setq sis-english-source "com.apple.keylayout.ABC" sis-other-source "com.apple.inputmethod.SCIM.ITABC") :config - (sis-global-respect-mode t))) + (sis-global-respect-mode t) + (sis-global-context-mode t))) (provide 'init-input-method) |