diff options
author | Thanos Apollo <[email protected]> | 2024-06-05 08:03:11 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-06-05 08:03:11 +0300 |
commit | e85e05d5aa7ca8baa5fa7560617f964fbefac71e (patch) | |
tree | 9d2dcbb2d9cbb420a9a45a93d0dfe9f20c3559a2 /gnosis.el | |
parent | ca5aa414498aebedebe3f9e794dc3c2e9800aa03 (diff) |
gnosis-display-hint: Remove extra newline
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |