aboutsummaryrefslogtreecommitdiffstats
path: root/oni-counsel.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-counsel.el')
-rw-r--r--oni-counsel.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/oni-counsel.el b/oni-counsel.el
index fc4252b..2c4349c 100644
--- a/oni-counsel.el
+++ b/oni-counsel.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190228214524
-;; Package-Requires: (counsel diminish)
+;; Version: 20190409004833
+;; Package-Requires: (counsel diminish helpful)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -35,6 +35,9 @@
(diminish 'counsel-mode)
+(setq counsel-describe-function-function 'helpful-callable)
+(setq counsel-describe-variable-function 'helpful-variable)
+
;;;###autoload(with-eval-after-load 'counsel (require 'oni-counsel))
;;;###autoload
(add-hook 'emacs-startup-hook 'counsel-mode)