diff options
Diffstat (limited to 'modules/org-noter-config.el')
| -rw-r--r-- | modules/org-noter-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/org-noter-config.el b/modules/org-noter-config.el index 6504550f..4e5bd177 100644 --- a/modules/org-noter-config.el +++ b/modules/org-noter-config.el @@ -311,7 +311,7 @@ and to read more naturally as direction." "q" #'org-noter-kill-session "t" #'cj/org-noter-start "T" #'org-noter-toggle-notes-window-location) -(keymap-set cj/custom-keymap "n" cj/org-noter-map) +(cj/register-prefix-map "n" cj/org-noter-map) (with-eval-after-load 'which-key (which-key-add-key-based-replacements |
