From 326f87ee54d95587998d432200aeca09d2236219 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sun, 27 Feb 2022 00:41:35 +0800 Subject: Add config of deft (emacs) --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 58cbf73..6431006 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -18,6 +18,7 @@ (require 'init-lang) (require 'init-filetype) (require 'init-pyim) +(require 'init-deft) (require 'init-misc) (setq custom-file (expand-file-name "custom.el" user-emacs-directory)) -- cgit v1.2.3