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")))