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/init.el | |
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/init.el')
-rw-r--r-- | .emacs.d/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
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) |