From e85e05d5aa7ca8baa5fa7560617f964fbefac71e Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 5 Jun 2024 08:03:11 +0300 Subject: gnosis-display-hint: Remove extra newline --- gnosis.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3