Enhance emacs-rime
1. 使用 rime-ice 和 wanxiang-lts-zh-hans.gram 2. 使用 switchkey 在 macOS 系统层面自动切换输入法
This commit is contained in:
parent
4b7ac2efa0
commit
1b08590da6
@ -39,6 +39,24 @@ brew install aider
|
|||||||
# rime
|
# rime
|
||||||
brew install --cask squirrel
|
brew install --cask squirrel
|
||||||
brew install librime
|
brew install librime
|
||||||
|
git clone https://github.com/iDvel/rime-ice.git && cd rime-ice
|
||||||
|
sed -i '' 's/page_size: 5/page_size: 9/' default.yaml
|
||||||
|
wget https://github.com/amzxyz/RIME-LMDG/releases/download/LTS/wanxiang-lts-zh-hans.gram
|
||||||
|
cat <<EOL > rime_ice.custom.yaml
|
||||||
|
patch:
|
||||||
|
grammar:
|
||||||
|
language: wanxiang-lts-zh-hans.gram
|
||||||
|
collocation_max_length: 5
|
||||||
|
collocation_min_length: 2
|
||||||
|
translator/contextual_suggestions: true
|
||||||
|
translator/max_homophones: 7
|
||||||
|
translator/max_homographs: 7
|
||||||
|
EOL
|
||||||
|
cd ..
|
||||||
|
cp -r ./rime-ice/* ~/.config/fcitx/rime/
|
||||||
|
cp -r ./rime-ice/* ~/Library/Rime
|
||||||
|
rm -rf rime-ice
|
||||||
|
brew install --cask switchkey
|
||||||
|
|
||||||
# pomodoro
|
# pomodoro
|
||||||
brew install terminal-notifier
|
brew install terminal-notifier
|
||||||
|
@ -9,8 +9,9 @@
|
|||||||
(setq default-input-method "rime")
|
(setq default-input-method "rime")
|
||||||
(setq rime-user-data-dir "~/.config/fcitx/rime")
|
(setq rime-user-data-dir "~/.config/fcitx/rime")
|
||||||
(setq rime-show-candidate 'posframe)
|
(setq rime-show-candidate 'posframe)
|
||||||
:bind
|
(when (eq system-type 'darwin)
|
||||||
("C-SPC" . 'toggle-input-method)
|
(setq rime-emacs-module-header-root "/opt/homebrew/include")
|
||||||
|
(setq rime-librime-root "/opt/homebrew/opt/librime"))
|
||||||
)
|
)
|
||||||
|
|
||||||
(provide 'init-rime)
|
(provide 'init-rime)
|
||||||
|
Loading…
Reference in New Issue
Block a user