DogLooksGood / emacs-rime

RIME ㄓ in Emacs
GNU General Public License v3.0
473 stars 68 forks source link

Fix type of rime-disable-predicates #228

Open jian-lin opened 8 months ago

jian-lin commented 8 months ago

Without this change, calling

(setopt rime-disable-predicates (list #'rime-predicate-prog-in-code-p))

triggers this warning

Warning (emacs): Value ‘(rime-predicate-prog-in-code-p)’ does not match type list

because there is no 'list type[1].

[1]: info (elisp) Customization Types

Please not that there are other custom options with 'list type. I do not fix those because I have no interest in finding out a right type for them.