Add helpful symbol binding

This commit is contained in:
Alexander Rosenberg 2024-01-10 17:42:21 -08:00
parent 83d3b2c1a4
commit 51171137e4
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -1237,6 +1237,7 @@ If no name is given, list all bookmarks instead."
("f" . helpful-callable) ("f" . helpful-callable)
("v" . helpful-variable) ("v" . helpful-variable)
("k" . helpful-key) ("k" . helpful-key)
("o" . helpful-symbol)
("x" . helpful-command) ("x" . helpful-command)
("F" . helpful-function) ("F" . helpful-function)
:map helpful-mode-map :map helpful-mode-map