Skip to content

Commit 89c71f1

Browse files
committed
Fix customization type of `rime-inline-ascii-holder
1 parent 5cba451 commit 89c71f1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

rime.el

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,11 @@ Defaults to `user-emacs-directory'/rime/"
410410
(defcustom rime-inline-ascii-holder nil
411411
"A character that used to hold the inline ascii mode.
412412
413-
When inline ascii is triggered, this characeter will be inserted as the beginning of composition, the origin character follows. Then this character will be deleted."
414-
:type 'character
413+
When inline ascii is triggered, this characeter will be inserted as the
414+
beginning of composition, the origin character follows. Then this
415+
character will be deleted."
416+
:type '(choice (const nil)
417+
character)
415418
:group 'rime)
416419

417420
(defcustom rime-inline-ascii-trigger 'shift-l

0 commit comments

Comments
 (0)