From a573f19f4a2365fca71a0b11614e676350832a05 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 13 Dec 2023 15:30:08 +0200 Subject: Update testing parameters --- gnosis.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnosis.el') diff --git a/gnosis.el b/gnosis.el index 16e95dc..2268728 100644 --- a/gnosis.el +++ b/gnosis.el @@ -75,7 +75,7 @@ "Display main row for question ID." (let ((question (caar (gnosis--select 'main 'notes `(= id ,id))))) ;; Animate.el is used only for testing purposes. - (animate-string question 5))) + (animate-string question 1))) (defun gnosis--ask-input (prompt) "PROMPT user for input until `q' is given. @@ -168,8 +168,8 @@ TAGS are used to organize questions." (switch-to-buffer (get-buffer-create "*gnosis*")) (read-only-mode 0) (erase-buffer) - (gnosis--display-question 1) - (gnosis-review 1) + (gnosis--display-question 4) + (gnosis-review 4) (gnosis-mode))) (defun gnosis-init () -- cgit v1.2.3