diff options
Diffstat (limited to '.emacs.d')
-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) |