aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2019-07-10 23:49:39 +0100
committerWilfred Hughes <me@wilfred.me.uk>2019-07-10 23:49:39 +0100
commit0aa289e7a954df456793e7bc1f4bdc3d072e783f (patch)
treed0e631184788e1dd9ec278bf013bbc87566de48b /README.md
parent9bad49aad8b202a5c19b71e98f40e0b81f2bb16f (diff)
Show how to configure Helpful with counsel
See discussion in #156
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 47a2ab0..4944c07 100644
--- a/README.md
+++ b/README.md
@@ -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