aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-09-15 22:56:30 -0700
committerGravatar Tom Willemse2020-09-15 22:56:30 -0700
commitd3390126d58ab07031b0683a5a7a8a573f2d2476 (patch)
tree8bc6251ae6927e5e06e0a4d652f5c6466ba88622
parentaeeeb64bb90fe8d396376af0e4cbd8d7346d17d2 (diff)
downloademacs-config-d3390126d58ab07031b0683a5a7a8a573f2d2476.tar.gz
emacs-config-d3390126d58ab07031b0683a5a7a8a573f2d2476.zip
Remove helpful
It’s not actually as helpful as I’d hoped. The built-in help system is already pretty good.
-rw-r--r--oni-counsel.el7
1 files changed, 2 insertions, 5 deletions
diff --git a/oni-counsel.el b/oni-counsel.el
index 973be7a..96114fa 100644
--- a/oni-counsel.el
+++ b/oni-counsel.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0408.104838
-;; Package-Requires: (counsel diminish helpful)
+;; Version: 2020.0915.225608
+;; Package-Requires: (counsel diminish)
;; 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
@@ -41,9 +41,6 @@
(with-eval-after-load 'counsel (diminish 'counsel-mode))
-(setq counsel-describe-function-function 'helpful-callable)
-(setq counsel-describe-variable-function 'helpful-variable)
-
(ivy-add-actions
'counsel-find-file
'(("C" oni-counsel-create-directory-and-file "create")))