aboutsummaryrefslogtreecommitdiff
path: root/modules/custom-whitespace.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/custom-whitespace.el')
-rw-r--r--modules/custom-whitespace.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/custom-whitespace.el b/modules/custom-whitespace.el
index 19e2e020..0d4d1cc0 100644
--- a/modules/custom-whitespace.el
+++ b/modules/custom-whitespace.el
@@ -225,7 +225,7 @@ Operate on the active region designated by START and END."
"t" #'untabify
"T" #'tabify)
-(keymap-set cj/custom-keymap "w" cj/whitespace-map)
+(cj/register-prefix-map "w" cj/whitespace-map)
(with-eval-after-load 'which-key
(which-key-add-key-based-replacements
"C-; w" "whitespace menu"