diff options
Diffstat (limited to 'modules/custom-case.el')
| -rw-r--r-- | modules/custom-case.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/custom-case.el b/modules/custom-case.el index d8c60b55..d30ebf94 100644 --- a/modules/custom-case.el +++ b/modules/custom-case.el @@ -129,7 +129,7 @@ short prepositions, and all articles are considered minor words." "t" #'cj/title-case-region "u" #'cj/upcase-dwim "l" #'cj/downcase-dwim) -(keymap-set cj/custom-keymap "c" cj/case-map) +(cj/register-prefix-map "c" cj/case-map) (with-eval-after-load 'which-key (which-key-add-key-based-replacements |
