summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spinner.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/spinner.el b/spinner.el
index 42c2998..2402ccf 100644
--- a/spinner.el
+++ b/spinner.el
@@ -118,7 +118,7 @@
(box-in-box . ["◰" "◳" "◲" "◱"])
(box-in-circle . ["◴" "◷" "◶" "◵"])
(half-circle . ["◐" "◓" "◑" "◒"])
- (moon . ["🌑" "🌘" "🌖" "🌕" "🌔" "🌒"]))
+ (moon . ["🌑" "🌘" "🌗" "🌖" "🌕" "🌔" "🌓" "🌒"]))
"Predefined alist of spinners.
Each car is a symbol identifying the spinner, and each cdr is a
vector, the spinner itself.")