aboutsummaryrefslogtreecommitdiff
path: root/modules/custom-text-enclose.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/custom-text-enclose.el')
-rw-r--r--modules/custom-text-enclose.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/custom-text-enclose.el b/modules/custom-text-enclose.el
index cbae2990..fdfb9223 100644
--- a/modules/custom-text-enclose.el
+++ b/modules/custom-text-enclose.el
@@ -280,7 +280,7 @@ Works on region if active, otherwise entire buffer."
"I" #'change-inner
"O" #'change-outer)
-(keymap-set cj/custom-keymap "s" cj/enclose-map)
+(cj/register-prefix-map "s" cj/enclose-map)
(with-eval-after-load 'which-key
(which-key-add-key-based-replacements
"C-; s" "text enclose menu"