diff options
Diffstat (limited to 'modules/system-commands.el')
| -rw-r--r-- | modules/system-commands.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system-commands.el b/modules/system-commands.el index 9aa8b3e1..dba4d40e 100644 --- a/modules/system-commands.el +++ b/modules/system-commands.el @@ -177,7 +177,7 @@ daemon alive rather than killing the session blindly." "l" #'cj/system-cmd-lock "E" #'cj/system-cmd-exit-emacs "e" #'cj/system-cmd-restart-emacs) -(keymap-set cj/custom-keymap "!" cj/system-command-map) +(cj/register-prefix-map "!" cj/system-command-map) (with-eval-after-load 'which-key (which-key-add-key-based-replacements |
