mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
kbd is necessary for global-set-key, otherwise it reads M-` as three keys M, - and `, and M is already bound to self-insert-command, so it cannot be used as a prefix.