diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2019-07-10 23:49:39 +0100 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2019-07-10 23:49:39 +0100 |
| commit | 0aa289e7a954df456793e7bc1f4bdc3d072e783f (patch) | |
| tree | d0e631184788e1dd9ec278bf013bbc87566de48b | |
| parent | 9bad49aad8b202a5c19b71e98f40e0b81f2bb16f (diff) | |
Show how to configure Helpful with counsel
See discussion in #156
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
