1
0
Fork 0

Remove helpful

It’s not actually as helpful as I’d hoped. The built-in help system is already
pretty good.
This commit is contained in:
Tom Willemse 2020-09-15 22:56:30 -07:00
parent aeeeb64bb9
commit d3390126d5

View file

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