branch: externals/pyim commit 2de0aa68d62ef4b996f164426256982e8043e470 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
* pyim-hacks.el: removed. --- pyim-hacks.el | 36 ------------------------------------ pyim.el | 3 --- 2 files changed, 39 deletions(-) diff --git a/pyim-hacks.el b/pyim-hacks.el deleted file mode 100644 index 012e429f90..0000000000 --- a/pyim-hacks.el +++ /dev/null @@ -1,36 +0,0 @@ -;;; pyim-hacks.el --- hacks for pyim -*- lexical-binding: t; -*- - -;; * Header -;; Copyright (C) 2015-2021 Free Software Foundation, Inc. - -;; Author: Feng Shu <tuma...@163.com> -;; Maintainer: Feng Shu <tuma...@163.com> -;; URL: https://github.com/tumashu/pyim -;; Keywords: convenience, Chinese, pinyin, input-method - -;; This file is part of GNU Emacs. - -;; GNU Emacs is free software: you can redistribute it and/or modify -;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation, either version 3 of the License, or -;; (at your option) any later version. - -;; GNU Emacs is distributed in the hope that it will be useful, -;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -;; GNU General Public License for more details. - -;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. - -;;; Commentary: - -;; * 说明文档 :doc: -;; This file has hacks of pyim - -;;; Code: -;; * 代码 :code: -;; * Footer -(provide 'pyim-hacks) - -;;; pyim-hacks.el ends here diff --git a/pyim.el b/pyim.el index 6788fd571e..9b88bb536f 100644 --- a/pyim.el +++ b/pyim.el @@ -902,9 +902,6 @@ FILE 的格式与 `pyim-dcache-export' 生成的文件格式相同, ;; ** pyim 云输入法 (require 'pyim-cloudim) -;; ** pyim hacks -(require 'pyim-hacks) - ;; * Footer (provide 'pyim)