diff options
author | Guangxiong Lin <[email protected]> | 2022-03-05 03:11:19 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-03-05 03:11:19 +0800 |
commit | 4cf7c82be9593e36c88f1a9230f4af71bd434305 (patch) | |
tree | ff6bd35c704d20a1af5d700c160f12d171e5b811 /.emacs.d/lisp | |
parent | ddf25894f7fd9e115f88d47dad75ff274a4f342e (diff) | |
download | dotfiles-4cf7c82be9593e36c88f1a9230f4af71bd434305.tar.gz dotfiles-4cf7c82be9593e36c88f1a9230f4af71bd434305.tar.bz2 dotfiles-4cf7c82be9593e36c88f1a9230f4af71bd434305.zip |
Remove the config of pyim (emacs)
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r-- | .emacs.d/lisp/init-pyim.el | 15 |
1 files changed, 0 insertions, 15 deletions
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) |