Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
eki3z committed Jan 23, 2025
1 parent f623dd0 commit 8688819
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ Install with `M-x package-install` `RET` `consult-todo` within Emacs.

- `consult-todo-other`: Cons for other missing keywords, `(?. . "OTHER")` by default.

- `consult-todo-only-comment`: toggle whether only search keywords in comment, only effective on buffers
- `consult-todo-only-comment`: Toggle whether only search keywords in comment, only effective on buffers

- `consult-todo-cache-threshold`: "Time threshold in seconds for using cache when greping process is time-consuming

## Todo

Expand Down
2 changes: 1 addition & 1 deletion consult-todo.el
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Value can be nil, `any', a single key or a list of keys."
:group 'consult-todo)

(defcustom consult-todo-cache-threshold 3

Check warning on line 83 in consult-todo.el

View workflow job for this annotation

GitHub Actions / build (29.1, true)

custom-declare-variable `consult-todo-cache-threshold' docstring wider than 80 characters

Check warning on line 83 in consult-todo.el

View workflow job for this annotation

GitHub Actions / build (29.2, true)

custom-declare-variable `consult-todo-cache-threshold' docstring wider than 80 characters

Check warning on line 83 in consult-todo.el

View workflow job for this annotation

GitHub Actions / build (29.3, true)

custom-declare-variable `consult-todo-cache-threshold' docstring wider than 80 characters

Check warning on line 83 in consult-todo.el

View workflow job for this annotation

GitHub Actions / build (29.4, true)

custom-declare-variable `consult-todo-cache-threshold' docstring wider than 80 characters

Check warning on line 83 in consult-todo.el

View workflow job for this annotation

GitHub Actions / build (snapshot, true)

custom-declare-variable `consult-todo-cache-threshold' docstring wider than 80 characters
"The time threshold in seconds for using cache when running `consult-todo`."
"The time threshold in seconds for using cache when greping process is time-consuming."
:type 'number
:group 'consult)

Expand Down

0 comments on commit 8688819

Please sign in to comment.