(重新设计)中英文混打:OS输入法管理包 smart-input-source

=====配置不兼容更新=====

配置中
所有的 smart-input-source-inline-english-*
都需要去掉english,变成smart-input-source-inline-*

原因是,
增加了个可选特性(默认关闭):
英文上下文中,SPC SPC 激发在线中文区域。 两者可以同时启用。

;; 默认是t
(setq-default smart-input-source-inline-with-english t)
;; 默认是nil,而且prog-mode不建议开启
(setq-default smart-input-source-inline-with-other t)