Skip to content

Commit 4cc86cf

Browse files
committed
fix: invalid help keybindings when moving away from general
1 parent 8c5e4ef commit 4cc86cf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

init.org

+5-4
Original file line numberDiff line numberDiff line change
@@ -1053,10 +1053,10 @@ Annotations for completion candidates.
10531053
(use-package help
10541054
:bind
10551055
(:map help-map
1056-
"B" 'find-library
1057-
"u" 'describe-face
1058-
"U" 'list-faces-display
1059-
"'" 'describe-char))
1056+
("B" . find-library)
1057+
("u" . describe-face)
1058+
("U" . list-faces-display)
1059+
("'" . describe-char)))
10601060

10611061
(use-package help-at-pt
10621062
:init
@@ -4104,6 +4104,7 @@ I am trying to reduce the amount of custom keybindings, therefore I present a ta
41044104
** Tasks
41054105
*** TODO Improve bindings
41064106
- Group editing bindings under logical prefix
4107+
- magit-diff-range (code review)
41074108
- Binding for
41084109
- org-store-link
41094110
- leader mnemonics? as a separate package, or is it too much work?

0 commit comments

Comments
 (0)