From 230e75cb9f90d1b3ca852fa767a2ae245650f323 Mon Sep 17 00:00:00 2001 From: Poeer <37187650+deadcombo@users.noreply.github.com> Date: Sat, 28 Oct 2023 12:58:10 +0000 Subject: [PATCH] Fix typo doom-modeline-time-icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tweleve → twelve --- doom-modeline-segments.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline-segments.el b/doom-modeline-segments.el index 5f0887a4..5396f5b8 100644 --- a/doom-modeline-segments.el +++ b/doom-modeline-segments.el @@ -3076,7 +3076,7 @@ mouse-3: Restart preview" 'mdicon (if doom-modeline-time-live-icon (pcase (% (caddr (decode-time)) 12) - (0 "nf-md-clock_time_tweleve_outline") + (0 "nf-md-clock_time_twelve_outline") (1 "nf-md-clock_time_one_outline") (2 "nf-md-clock_time_two_outline") (3 "nf-md-clock_time_three_outline")