From f220560b7bf015fb43b2bbfa12149447e155e849 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 27 Jan 2024 12:49:58 +0000 Subject: emacs: Ensure Consult is installed --- emacs/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index b545677..02c9227 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -72,7 +72,8 @@ (use-package consult :bind (("C-x b" . consult-buffer) - ("C-c s" . consult-ripgrep))) + ("C-c s" . consult-ripgrep)) + :ensure t) (use-package vertico :config (vertico-mode 1) :ensure t) -- cgit v1.2.3-70-g09d2