From 1c7d26b33f575e99044d65be86fbcc299ba15499 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Tue, 30 May 2023 20:46:54 -0400 Subject: Add a few `helpful-` keybinds --- init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index b9a5528..53eb019 100644 --- a/init.el +++ b/init.el @@ -1257,6 +1257,8 @@ :bind (("C-h f" . helpful-callable) ("C-h k" . helpful-key) ("C-h p" . helpful-at-point) + ("C-h q" . helpful-kill-buffers) + ("C-h s" . helpful-symbol) ("C-h v" . helpful-variable) ("C-h x" . helpful-command))) -- cgit v1.2.3