From 37eb515ef44e7fddeb3277080e73cf5c08c221cc Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Fri, 16 Nov 2018 01:10:35 +0800 Subject: [PATCH] Update README. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 97e6cc7..50307d1 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,10 @@ In `init.el`, ### Use-package ``` emacs-lisp -;; Don't load after init time. (use-package doom-modeline :ensure t :defer t - :init (doom-modeline-init)) + :hook (after-init . doom-modeline-init)) ``` This package requires the fonts included with `all-the-icons` to be installed.