summaryrefslogtreecommitdiff
path: root/modules/wip.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/wip.el')
-rw-r--r--modules/wip.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/wip.el b/modules/wip.el
index 80b3295d..db94cdb1 100644
--- a/modules/wip.el
+++ b/modules/wip.el
@@ -127,6 +127,8 @@ If CONFIRM is non-nil, mark VAR to always require confirmation."
(keymap-set cj/custom-keymap "!" #'cj/system-command-menu)
+(with-eval-after-load 'which-key
+ (which-key-add-key-based-replacements "C-; !" "system commands"))
;; --------------------------- Org Upcoming Modeline ---------------------------