diff options
Diffstat (limited to 'modules/calendar-sync.el')
| -rw-r--r-- | modules/calendar-sync.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar-sync.el b/modules/calendar-sync.el index 21ef8727..13c74ca1 100644 --- a/modules/calendar-sync.el +++ b/modules/calendar-sync.el @@ -1703,7 +1703,7 @@ Syncs all calendars immediately, then every `calendar-sync-interval-minutes'." "S" #'calendar-sync-start "x" #'calendar-sync-stop) -(keymap-set cj/custom-keymap "g" cj/calendar-map) +(cj/register-prefix-map "g" cj/calendar-map) (with-eval-after-load 'which-key (which-key-add-key-based-replacements |
