aboutsummaryrefslogtreecommitdiff
path: root/modules/custom-case.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-27 16:37:16 -0500
committerCraig Jennings <c@cjennings.net>2026-04-27 16:37:16 -0500
commitf4136da838e21ff64434b5f63faea40a25c82cbc (patch)
tree743ba076758e1e95795c83adc1d91ebdc87d506c /modules/custom-case.el
parent2defeb3d928e7a3b0f22aecc81ad002b5db374a3 (diff)
downloaddotemacs-f4136da838e21ff64434b5f63faea40a25c82cbc.tar.gz
dotemacs-f4136da838e21ff64434b5f63faea40a25c82cbc.zip
fix(mail): default cj/custom-keymap so the file byte-compiles standalone
cj/custom-keymap is defined in keybindings.el, which init.el loads before mail-config.el. The use-package org-msg :preface block calls keymap-set on it, and use-package wraps :preface in eval-and-compile. So byte-compiling mail-config.el on its own tries to call keymap-set when cj/custom-keymap is still void. Wrapping a defvar with a make-sparse-keymap default in eval-and-compile gives the symbol a value during compilation. At runtime keybindings.el has already populated the real keymap, so defvar does nothing.
Diffstat (limited to 'modules/custom-case.el')
0 files changed, 0 insertions, 0 deletions