diff options
Diffstat (limited to 'README.md')
| -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 |
