summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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