From 89fe711525b80bb87b753f7743d8fdba8c0246e3 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 5 Sep 2023 07:47:59 +0400 Subject: [PATCH] this is autistic --- config/emacs/init.el | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/config/emacs/init.el b/config/emacs/init.el index 509c0daa..f375852d 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -111,5 +111,14 @@ :config (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 -;; https://youtu.be/IspAZtNTslY?list=PLEoMzSkcN8oPH1au7H6B7bBJ4ZO7BXjSZ&t=2112 +;; this one https://youtu.be/IspAZtNTslY?t=2146