diff options
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) |