We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题描述
使用 =rime-posframe-properties= 设置字体仅对英文生效。
Emacs中的配置
(use-package rime ;; 输入法 :custom (default-input-method "rime") (rime-librime-root "~/.emacs.d/librime/dist") ;; librime 位置 (rime-emacs-module-header-root "/opt/homebrew/opt/emacs-mac/include/") ;; Emacs 头文件位置 (rime-share-data-dir "~/Library/Rime") ;; 共享目录 (rime-user-data-dir "~/.emacs.d/rime") ;; Emacs 目录,需要同步 (rime-cursor ".") (rime-show-candidate 'posframe) ;; 使用 posframe 显示输入法 (rime-commit1-forall t) ;; 在输入位置显示首个备选项 (rime-posframe-properties (list :internal-border-width 4 ;; 调整 posframe 边框 :font "PingFang SC")) (mode-line-mule-info '((:eval (rime-lighter)))) ;; 在 modeline 显示输入法标志 ;; 在 minibuffer 使用后自动关闭输入法 (rime-deactivate-when-exit-minibuffer t))
截图
环境信息
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题描述
使用 =rime-posframe-properties= 设置字体仅对英文生效。
Emacs中的配置
截图
环境信息
The text was updated successfully, but these errors were encountered: