安装配置smart-input-source
目录
这里是mac下配置smart-input-source的方式
- State “DONE” from “STARTED” [2020-07-26 周日 09:14]
- State “STARTED” from “TODO” [2020-07-26 周日 09:14]
;; 使用smart-input-source前需先安装macism,这个是切换mac中输入法的工具
;; 配置smart-input-source,20200725目前最新版的包名已经改成sis,包括方法前缀均已改变
(smart-input-source-ism-lazyman-config
"com.apple.keylayout.ABC"
"com.apple.inputmethod.SCIM.ITABC")
;; enable the /cursor color/ mode
(smart-input-source-global-cursor-color-mode t)
;; enable the /respect/ mode
(smart-input-source-global-respect-mode t)
;; enable the /follow context/ mode for all buffers
(smart-input-source-global-follow-context-mode t)
;; enable the /inline english/ mode for all buffers
(smart-input-source-global-inline-mode t)