diff options
Diffstat (limited to 'modules/custom-comments.el')
| -rw-r--r-- | modules/custom-comments.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/custom-comments.el b/modules/custom-comments.el index 467e1fd7..4e203f12 100644 --- a/modules/custom-comments.el +++ b/modules/custom-comments.el @@ -646,7 +646,7 @@ Leverages cj/comment-inline-border." "h" #'cj/comment-heavy-box "u" #'cj/comment-unicode-box "n" #'cj/comment-block-banner) -(keymap-set cj/custom-keymap "C" cj/comment-map) +(cj/register-prefix-map "C" cj/comment-map) (with-eval-after-load 'which-key (which-key-add-key-based-replacements |
