From c707e60949eeda92c437e2ea1dbd258d04a1bff1 Mon Sep 17 00:00:00 2001 From: Ashton Wiersdorf Date: Wed, 22 Feb 2023 01:01:00 -0700 Subject: Add consult-history to eshell in ui mixin --- mixins/dev.el | 3 +++ mixins/ui.el | 3 +++ 2 files changed, 6 insertions(+) diff --git a/mixins/dev.el b/mixins/dev.el index a05b11b..973919b 100644 --- a/mixins/dev.el +++ b/mixins/dev.el @@ -4,6 +4,9 @@ ;;; Usage: Append or require this file from init.el for some software ;;; development-focused packages. +;;; +;;; It is **STRONGLY** recommended that you use the ui.el mixin if you want to +;;; use eglot. Lots of completion things will work better. ;;; Contents: ;;; diff --git a/mixins/ui.el b/mixins/ui.el index 1698385..54a71c0 100644 --- a/mixins/ui.el +++ b/mixins/ui.el @@ -79,6 +79,9 @@ ("C-s" . consult-line) ;; orig. isearch )) +(use-package eshell + :bind (("C-r" . consult-history))) + ;; Orderless: powerful completion style (use-package orderless :ensure t -- cgit v1.2.3