diff options
Diffstat (limited to 'modules/org-config.el')
| -rw-r--r-- | modules/org-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/org-config.el b/modules/org-config.el index 8ebfdbdb..01586a9e 100644 --- a/modules/org-config.el +++ b/modules/org-config.el @@ -140,7 +140,7 @@ :init (defvar-keymap cj/org-map :doc "General org-mode operations and utilities.") - (keymap-set cj/custom-keymap "O" cj/org-map) + (cj/register-prefix-map "O" cj/org-map) ;; Keymap conventions for this prefix: ;; - Table operations claim `r' (row) and `c' (column) as ;; sub-prefixes, so single-key commands that would otherwise |
