Skip to content

Commit

Permalink
fix: invalid help keybindings when moving away from general
Browse files Browse the repository at this point in the history
  • Loading branch information
terlar committed Aug 30, 2024
1 parent 8c5e4ef commit 4cc86cf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions init.org
Original file line number Diff line number Diff line change
Expand Up @@ -1053,10 +1053,10 @@ Annotations for completion candidates.
(use-package help
:bind
(:map help-map
"B" 'find-library
"u" 'describe-face
"U" 'list-faces-display
"'" 'describe-char))
("B" . find-library)
("u" . describe-face)
("U" . list-faces-display)
("'" . describe-char)))

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

0 comments on commit 4cc86cf

Please sign in to comment.