diff options
Diffstat (limited to 'modules/custom-buffer-file.el')
| -rw-r--r-- | modules/custom-buffer-file.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/custom-buffer-file.el b/modules/custom-buffer-file.el index d24c66b9..6c3e6c6e 100644 --- a/modules/custom-buffer-file.el +++ b/modules/custom-buffer-file.el @@ -538,7 +538,7 @@ Signals an error if: "<right>" #'cj/window-resize-sticky "<up>" #'cj/window-resize-sticky "<down>" #'cj/window-resize-sticky) -(keymap-set cj/custom-keymap "b" cj/buffer-and-file-map) +(cj/register-prefix-map "b" cj/buffer-and-file-map) (with-eval-after-load 'which-key (which-key-add-key-based-replacements |
