Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This packaage provides these commands.

Select a repository from the [ghq](https://github.com/x-motemen/ghq) list and then find repository files using [affe-find](https://github.com/minad/affe) (similar to consult-find).

If you want to use consult-find instead, you can change like bellow:
If you want to use consult-find instead, you can change like below:

```elisp
(setq consult-ghq-find-function #'consult-find)
Expand All @@ -20,7 +20,7 @@ If you want to use consult-find instead, you can change like bellow:

Select a repository from the ghq list and then grep repository files using affe-grep (similar to consult-ripgrep or consult-grep).

Also, you can change grep function like bellow:
Also, you can change grep function like below:

```elisp
(setq consult-ghq-grep-function #'consult-grep)
Expand Down
4 changes: 2 additions & 2 deletions consult-ghq.el
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

;;; Commentary:

;; This packaage provides qhq interface using Consult.
;; This packaage provides ghq interface using Consult.
;;
;; Its main entry points are the commands `consult-ghq-find' and
;; `consult-ghq-grep`. Default find-function is affe-find. If you
;; want to use consult-find instead, you can change like bellow:
;; want to use consult-find instead, you can change like below:
;;
;; (setq consult-ghq-find-function #'consult-find)

Expand Down