aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/init-pyim.el
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-03-05 03:11:19 +0800
committerGuangxiong Lin <[email protected]>2022-03-05 03:11:19 +0800
commit4cf7c82be9593e36c88f1a9230f4af71bd434305 (patch)
treeff6bd35c704d20a1af5d700c160f12d171e5b811 /.emacs.d/lisp/init-pyim.el
parentddf25894f7fd9e115f88d47dad75ff274a4f342e (diff)
downloaddotfiles-4cf7c82be9593e36c88f1a9230f4af71bd434305.tar.gz
dotfiles-4cf7c82be9593e36c88f1a9230f4af71bd434305.tar.bz2
dotfiles-4cf7c82be9593e36c88f1a9230f4af71bd434305.zip
Remove the config of pyim (emacs)
Diffstat (limited to '.emacs.d/lisp/init-pyim.el')
-rw-r--r--.emacs.d/lisp/init-pyim.el15
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)