2026-02-28 19:27:53 +11:00
|
|
|
;; -*- lexical-binding: t;-*-
|
|
|
|
|
|
|
|
|
|
(use-package rime
|
|
|
|
|
:custom
|
|
|
|
|
(default-input-method "rime")
|
|
|
|
|
(rime-librime-root "/opt/homebrew")
|
2026-04-08 15:25:39 +10:00
|
|
|
(rime-emacs-module-header-root "~/build-emacs-for-macos/builds/Emacs.app/Contents/Resources/include/")
|
|
|
|
|
(rime-show-candidate 'posframe))
|
2026-02-28 19:27:53 +11:00
|
|
|
|
|
|
|
|
(provide 'init-input)
|