Skip to content

Commit

Permalink
Show how to configure Helpful with counsel
Browse files Browse the repository at this point in the history
See discussion in #156
  • Loading branch information
Wilfred committed Jul 10, 2019
1 parent 9bad49a commit 0aa289e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ helpful:
(global-set-key (kbd "C-h C") #'helpful-command)
```

[Ivy](https://github.com/abo-abo/swiper) users can use Helpful with
counsel commands:

``` emacs-lisp
(setq counsel-describe-function-function #'helpful-callable)
(setq counsel-describe-variable-function #'helpful-variable)
```

## Features

### Source code
Expand Down

0 comments on commit 0aa289e

Please sign in to comment.