Skip to content

Commit

Permalink
Merge pull request #211 from whatacold/autoload-convert-code-at-point
Browse files Browse the repository at this point in the history
Autoload `pyim-convert-code-at-point`.
  • Loading branch information
tumashu committed Jul 12, 2018
2 parents 3dc7adf + ddf2b78 commit b0ad82a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyim.el
Expand Up @@ -3429,6 +3429,7 @@ pyim 的 translate-trigger-char 要占用一个键位,为了防止用户
(pyim-terminate-translation)))

;; *** 将光标前的 code 字符串转换为中文
;;;###autoload
(defun pyim-convert-code-at-point ()
(interactive)
(unless (equal input-method-function 'pyim-input-method)
Expand Down

0 comments on commit b0ad82a

Please sign in to comment.