diff options
author | Thanos Apollo <[email protected]> | 2024-01-25 07:29:54 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-25 07:29:54 +0200 |
commit | 575199fba36deee286c1b204ad462fd5cda1d72e (patch) | |
tree | bee6ff77bc36dde257e5cde8971f3c66c994735b /.emacs.d/init.el | |
parent | 1f13bae7af3635afe52c103e54bacb6b043956bb (diff) |
emacs:(helpful) bind helpful-kill-buffers
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 3 |
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) |