summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 7ccc8aa..a6b5777 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -523,7 +523,9 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word."
;; ([remap info] . consult-info)
([remap repeat-complex-command] . consult-complex-command)
([remap bookmark-jump] . consult-bookmark)
- ("C-x C-r" . consult-recent-file))
+ ("C-x C-r" . consult-recent-file)
+ :map comint-mode-map
+ ([remap comint-history-isearch-backward-regexp] . consult-history))
;; :custom
;; Use consult for completion at point
;; (completion-in-region-function 'consult-completion-in-region)