From 1d346cc92230d36ecd7fb5955063771ba0582353 Mon Sep 17 00:00:00 2001 From: Yuanle Song Date: Fri, 11 Oct 2019 02:02:40 +0800 Subject: [PATCH] zero-pinyin: update doc in Commentary section --- zero-pinyin.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zero-pinyin.el b/zero-pinyin.el index 0b9ea92..9e3d467 100644 --- a/zero-pinyin.el +++ b/zero-pinyin.el @@ -19,6 +19,9 @@ ;; (add-to-list 'load-path "~/fromsource/zero") ;; omit if install from melpa ;; (require 'zero-pinyin) ;; (zero-set-default-im 'pinyin) +;; ;; Now you may bind a key to zero-toggle to make it easy to +;; ;; switch on/off the input method. +;; (global-set-key (kbd "") 'zero-toggle) ;;; Code: -- GitLab