From 575199fba36deee286c1b204ad462fd5cda1d72e Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 25 Jan 2024 07:29:54 +0200 Subject: emacs:(helpful) bind helpful-kill-buffers --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 9e7f65f..e637f2a 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -396,7 +396,8 @@ ("C-h k" . 'helpful-key) ("C-h x" . 'helpful-command) ("C-h ." . 'helpful-at-point) - ("C-h F" . 'helpful-function))) + ("C-h F" . 'helpful-function) + ("C-h C-k" . 'helpful-kill-buffers))) (use-package password-store :defer t) -- cgit v1.2.3