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:
parent
aeeeb64bb9
commit
d3390126d5
1 changed files with 2 additions and 5 deletions
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2020.0408.104838
|
;; Version: 2020.0915.225608
|
||||||
;; Package-Requires: (counsel diminish helpful)
|
;; Package-Requires: (counsel diminish)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; 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
|
;; 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))
|
(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
|
(ivy-add-actions
|
||||||
'counsel-find-file
|
'counsel-find-file
|
||||||
'(("C" oni-counsel-create-directory-and-file "create")))
|
'(("C" oni-counsel-create-directory-and-file "create")))
|
||||||
|
|
Loading…
Reference in a new issue