mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
Improve PY-b5 input methods
* leim/leim-ext.el ("quail/PY-b5"): Assign key sequence for U+25CB (WHITE CIRCLE). (Bug#3179)
This commit is contained in:
parent
5629af9cbe
commit
af724ed594
@ -29,7 +29,9 @@
|
||||
;;; Code:
|
||||
|
||||
(eval-after-load "quail/PY-b5"
|
||||
'(quail-defrule "ling2" ?〇 nil t))
|
||||
'(progn
|
||||
(quail-defrule "ling2" ?〇 nil t)
|
||||
(quail-defrule "wan2" ?○ nil t)))
|
||||
|
||||
;; Enable inputting full-width space (U+3000).
|
||||
(eval-after-load "quail/Punct"
|
||||
|
Loading…
Reference in New Issue
Block a user