From 51171137e4b2a2d51952f1bb9d6273e5743c726a Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Wed, 10 Jan 2024 17:42:21 -0800 Subject: [PATCH] Add helpful symbol binding --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 6fc9592..86f2f37 100644 --- a/init.el +++ b/init.el @@ -1237,6 +1237,7 @@ If no name is given, list all bookmarks instead." ("f" . helpful-callable) ("v" . helpful-variable) ("k" . helpful-key) + ("o" . helpful-symbol) ("x" . helpful-command) ("F" . helpful-function) :map helpful-mode-map