summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-11-28 15:24:25 +0200
committerThanos Apollo <[email protected]>2023-11-28 15:24:25 +0200
commit2b601039210dfa661cec3cf4c4552d17b8cedd47 (patch)
treeff84c398bc8d543628ba4714391f9a36744b02a1
parent15531cf283e70b970b0468ee2a35f72eefd7ebfa (diff)
gnosis-test-buffer: Disable minibuffer-history locally
-rw-r--r--gnosis.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnosis.el b/gnosis.el
index 2e42d9c..0923422 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -123,5 +123,9 @@ use it like this:
(switch-to-buffer (get-buffer-create "*gnosis*"))
(gnosis--display-question 13)
(gnosis-review 13)))
+ (setq-local minibuffer-history nil)
+ (gnosis--display-question 1)
+ (gnosis-review 1)
+ (gnosis-mode)))
;;; gnosis.el ends here