From 89d088c5ecd515e438faa61557d6cd6787e46854 Mon Sep 17 00:00:00 2001 From: kngwyu Date: Sat, 23 Sep 2023 18:17:26 +0900 Subject: [PATCH] Fix use-package example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99dd883..e79b02f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ If you are a user of `use-package`, it is easy to configure mood-line directly i ;; Use pretty Fira Code-compatible glyphs :custom - (mood-line-glyph-alist . mood-line-glyphs-fira-code)) + (mood-line-glyph-alist mood-line-glyphs-fira-code)) ``` By default, mood-line will use basic ASCII character glyphs to decorate mode line segments.