This commit is contained in:
Zelong Kuang
2026-04-10 18:21:13 +10:00
parent 3490e9daa9
commit b03af9e719
13 changed files with 117 additions and 74 deletions

View File

@@ -5,6 +5,13 @@
(default-input-method "rime")
(rime-librime-root "/opt/homebrew")
(rime-emacs-module-header-root "~/build-emacs-for-macos/builds/Emacs.app/Contents/Resources/include/")
(rime-show-candidate 'posframe))
(rime-show-candidate 'posframe)
(rime-posframe-properties nil))
;; (use-package sis
;; :hook ((elpaca-after-init . sis-global-respect-mode)
;; (elpaca-after-init . sis-global-context-mode)
;; (elpaca-after-init . sis-global-inline-mode)))
(provide 'init-input)