diff options
author | Guangxiong Lin <[email protected]> | 2022-03-13 02:43:54 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-03-13 02:43:54 +0800 |
commit | 52663428184b2f13611bcbdae8431fd9605b1d7e (patch) | |
tree | 111f3ad8721267d827c1b3abe83e1fe4ab87d8f7 /.emacs.d/init.el | |
parent | 1957e46551dfd1acfcd53fec17fd9630304a11db (diff) | |
download | dotfiles-52663428184b2f13611bcbdae8431fd9605b1d7e.tar.gz dotfiles-52663428184b2f13611bcbdae8431fd9605b1d7e.tar.bz2 dotfiles-52663428184b2f13611bcbdae8431fd9605b1d7e.zip |
Add diminish package (emacs)
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 559b598..21e5d01 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -14,6 +14,7 @@ (defconst *is-a-linux* (eq system-type 'gnu/linux)) (require 'init-package) +(require 'init-utils) (require 'init-evil) (require 'init-ivy) (require 'init-company) |