summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el3
1 files changed, 2 insertions, 1 deletions
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)