diff options
author | Thanos Apollo <[email protected]> | 2023-12-13 15:30:08 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-13 15:30:08 +0200 |
commit | a573f19f4a2365fca71a0b11614e676350832a05 (patch) | |
tree | 42c084c43c9cf3f7e9ae51118abc958dba6cc535 | |
parent | ed25c90cdcc94cf191d346b73efcf78182ba7d19 (diff) |
Update testing parameters
-rw-r--r-- | gnosis.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 () |