diff options
Diffstat (limited to 'modules/mail-config.el')
| -rw-r--r-- | modules/mail-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mail-config.el b/modules/mail-config.el index e1ebdfce..a498844e 100644 --- a/modules/mail-config.el +++ b/modules/mail-config.el @@ -403,7 +403,7 @@ Prompts user for the action when executing." "d" cj/mail-dmail-map "g" cj/mail-gmail-map "s" #'cj/mu4e-save-attachment-here) - (keymap-set cj/custom-keymap "e" cj/email-map) + (cj/register-prefix-map "e" cj/email-map) (with-eval-after-load 'which-key (which-key-add-key-based-replacements "C-; e" "email menu" |
