summaryrefslogtreecommitdiff
path: root/spinner.el
diff options
context:
space:
mode:
authorEtienne <notetiene@users.noreply.github.com>2017-06-10 16:26:03 -0400
committerEtienne <notetiene@users.noreply.github.com>2017-06-10 16:26:03 -0400
commit0dcb331e9ec0b5cd7eaa8d45e2f72bd5d49bd68d (patch)
tree5bdab39492bc9273cd87cc79dfc158a18707dc51 /spinner.el
parent0637791f005f747532b4439439a81c3415961377 (diff)
Add moon spinner frames
* spinner.el (spinner-types): Add the third and last quarter moon characters to the moon spinner.
Diffstat (limited to 'spinner.el')
-rw-r--r--spinner.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/spinner.el b/spinner.el
index b227eba..5f43cfa 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.")