Skip to content

Commit

Permalink
Use :always-read in search transient for infixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceWarne committed Aug 3, 2024
1 parent b4f1c77 commit 7441c73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions finito-view.el
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@ to the last value used for OBJ."
:class 'finito--search-prefix
:incompatible '(("isbn=" "author=") ("isbn=" "title=") ("isbn=" "max results="))
["By Keywords"
(finito--title-arg :description "Title" :prompt "Title: ")
(finito--author-arg :description "Author" :prompt "Author: ")
(finito--max-results-arg :description "Max Results" :prompt "Max results: ")]
(finito--title-arg :description "Title" :prompt "Title: " :always-read t)
(finito--author-arg :description "Author" :prompt "Author: " :always-read t)
(finito--max-results-arg :description "Max Results" :prompt "Max results: " :always-read t)]
["Direct Lookup"
(finito--isbn-arg :description "ISBN" :prompt "ISBN: ")]
(finito--isbn-arg :description "ISBN" :prompt "ISBN: " :always-read t)]
["Actions"
("C" "Copy Curl" finito-search-request-curl-dbg)
("s" "Search" finito-search-request)])
Expand Down

0 comments on commit 7441c73

Please sign in to comment.