Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #7

Merged
merged 1 commit into from
Nov 11, 2023
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