From d3390126d58ab07031b0683a5a7a8a573f2d2476 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 15 Sep 2020 22:56:30 -0700 Subject: Remove helpful It’s not actually as helpful as I’d hoped. The built-in help system is already pretty good. --- oni-counsel.el | 7 ++----- 1 file 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 ;; 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"))) -- cgit v1.2.3-54-g00ecf