summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-06-05 08:03:11 +0300
committerThanos Apollo <[email protected]>2024-06-05 08:03:11 +0300
commite85e05d5aa7ca8baa5fa7560617f964fbefac71e (patch)
tree9d2dcbb2d9cbb420a9a45a93d0dfe9f20c3559a2
parentca5aa414498aebedebe3f9e794dc3c2e9800aa03 (diff)
gnosis-display-hint: Remove extra newline
-rw-r--r--gnosis.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index 898023c..b943f3d 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -366,7 +366,7 @@ SUCCESS is t when user-input is correct, else nil"
(let ((hint (or hint "")))
(goto-char (point-max))
(insert
- (propertize "\n\n-----\n" 'face 'gnosis-face-separator)
+ (propertize "\n-----\n" 'face 'gnosis-face-separator)
(propertize hint 'face 'gnosis-face-hint))))
(cl-defun gnosis-display-cloze-reveal (&key (cloze-char gnosis-cloze-string) replace (success t) (face nil))