From 4cf7c82be9593e36c88f1a9230f4af71bd434305 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sat, 5 Mar 2022 03:11:19 +0800 Subject: Remove the config of pyim (emacs) --- .emacs.d/init.el | 1 - .emacs.d/lisp/init-pyim.el | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 .emacs.d/lisp/init-pyim.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index f6ef44c..b458107 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -18,7 +18,6 @@ (require 'init-org) (require 'init-lang) (require 'init-filetype) -(require 'init-pyim) (require 'init-deft) (require 'init-input-method) (require 'init-misc) diff --git a/.emacs.d/lisp/init-pyim.el b/.emacs.d/lisp/init-pyim.el deleted file mode 100644 index e4b3a5c..0000000 --- a/.emacs.d/lisp/init-pyim.el +++ /dev/null @@ -1,15 +0,0 @@ -(use-package pyim - :ensure t - :config - (pyim-default-scheme 'quanpin) - (pyim-isearch-mode 1) - (setq pyim-page-length 10) - (setq default-input-method "pyim")) - -(use-package pyim-basedict - :ensure t - :after (pyim) - :config - (pyim-basedict-enable)) - -(provide 'init-pyim) -- cgit v1.2.3