this is autistic
This commit is contained in:
parent
9bd82173bc
commit
89fe711525
1 changed files with 10 additions and 1 deletions
|
@ -111,5 +111,14 @@
|
||||||
:config
|
:config
|
||||||
(setq which-key-idle-delay 0))
|
(setq which-key-idle-delay 0))
|
||||||
|
|
||||||
|
(use-package helpful
|
||||||
|
:ensure t
|
||||||
|
:custom
|
||||||
|
(counsel-describe-function-function #'helpful-callable)
|
||||||
|
(counsel-describe-variable-function #'helpful-variable)
|
||||||
|
:bind
|
||||||
|
([remap describe-function ] . counsel-describe-function)
|
||||||
|
|
||||||
|
|
||||||
;; video
|
;; video
|
||||||
;; https://youtu.be/IspAZtNTslY?list=PLEoMzSkcN8oPH1au7H6B7bBJ4ZO7BXjSZ&t=2112
|
;; this one https://youtu.be/IspAZtNTslY?t=2146
|
||||||
|
|
Loading…
Reference in a new issue