summaryrefslogtreecommitdiff
path: root/modules/selection-framework.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/selection-framework.el')
-rw-r--r--modules/selection-framework.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/selection-framework.el b/modules/selection-framework.el
index 66ca1cbd..0bc71f64 100644
--- a/modules/selection-framework.el
+++ b/modules/selection-framework.el
@@ -259,5 +259,9 @@
:config
(company-prescient-mode))
+;; which-key labels
+(with-eval-after-load 'which-key
+ (which-key-add-key-based-replacements "C-c h" "consult history"))
+
(provide 'selection-framework)
;;; selection-framework.el ends here