summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-01-25 07:29:54 +0200
committerThanos Apollo <[email protected]>2024-01-25 07:29:54 +0200
commit575199fba36deee286c1b204ad462fd5cda1d72e (patch)
treebee6ff77bc36dde257e5cde8971f3c66c994735b
parent1f13bae7af3635afe52c103e54bacb6b043956bb (diff)
emacs:(helpful) bind helpful-kill-buffers
-rw-r--r--.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
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)