summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-12-13 15:30:08 +0200
committerThanos Apollo <[email protected]>2023-12-13 15:30:08 +0200
commita573f19f4a2365fca71a0b11614e676350832a05 (patch)
tree42c084c43c9cf3f7e9ae51118abc958dba6cc535
parented25c90cdcc94cf191d346b73efcf78182ba7d19 (diff)
Update testing parameters
-rw-r--r--gnosis.el6
1 files changed, 3 insertions, 3 deletions
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 ()