Add helpful symbol binding
This commit is contained in:
parent
83d3b2c1a4
commit
51171137e4
1
init.el
1
init.el
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user