aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-02-22 00:21:42 +0800
committerGuangxiong Lin <[email protected]>2022-02-22 00:21:42 +0800
commitc53c9bba77c4c81d25b3e297e6df9304ff5fe3d7 (patch)
tree8582da941b81de29095b09c6278186a1ff463e13 /.emacs.d/init.el
parent32524fa5f17b94f20c9fec5d04ee66eb3cef0e24 (diff)
downloaddotfiles-c53c9bba77c4c81d25b3e297e6df9304ff5fe3d7.tar.gz
dotfiles-c53c9bba77c4c81d25b3e297e6df9304ff5fe3d7.tar.bz2
dotfiles-c53c9bba77c4c81d25b3e297e6df9304ff5fe3d7.zip
Add emacs pyim
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index bc6f720..58cbf73 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -17,6 +17,7 @@
(require 'init-org)
(require 'init-lang)
(require 'init-filetype)
+(require 'init-pyim)
(require 'init-misc)
(setq custom-file (expand-file-name "custom.el" user-emacs-directory))