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 496e37a..559b598 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -26,6 +26,7 @@ (require 'init-markdown) (require 'init-git) (require 'init-misc) +(require 'init-appearance) (setq custom-file (expand-file-name "custom.el" user-emacs-directory)) (unless (file-exists-p custom-file) |