From 0c5ce0d0d5f463cae048250318247cf14f954194 Mon Sep 17 00:00:00 2001 From: Nacho Barrientos Date: Mon, 8 Mar 2021 02:56:54 +0100 Subject: [PATCH] Fix spelling mistake (#423) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38e7a39..1b163c2 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ Run `M-x customize-group RET doom-modeline RET` or set the variables. (setq doom-modeline-env-elixir-executable "iex") (setq doom-modeline-env-rust-executable "rustc") -;; What to dispaly as the version while a new one is being loaded +;; What to display as the version while a new one is being loaded (setq doom-modeline-env-load-string "...") ;; Hooks that run before/after the modeline version string is updated