From 2b601039210dfa661cec3cf4c4552d17b8cedd47 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 28 Nov 2023 15:24:25 +0200 Subject: gnosis-test-buffer: Disable minibuffer-history locally --- gnosis.el | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3