From 83c75bf5626397af2e5e1870bc93cc7037a7873c Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Fri, 22 Feb 2019 00:09:04 +0700 Subject: [PATCH] Format docs. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e3a3c1..72fb47e 100644 --- a/README.md +++ b/README.md @@ -237,10 +237,12 @@ Strongly recommend to use '(bar matches buffer-info remote-host buffer-position parrot selection-info) '(misc-info minor-modes input-method buffer-encoding major-mode process vcs checker)) ``` - 2. Set it to default using the `doom-modeline-mode-hook`: + + 1. Set it to default using the `doom-modeline-mode-hook`: + ```emacs-lisp (defun setup-custom-doom-modeline () - (doom-modeline-set-modeline 'my-simple-line 'default)) + (doom-modeline-set-modeline 'my-simple-line 'default)) (add-hook 'doom-modeline-mode-hook 'setup-custom-doom-modeline) ```