From c5fe96de5e615d18c8c2b45b1b797379f5e560d1 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sun, 28 Jan 2024 23:54:12 -0500 Subject: [PATCH] fix(emacs): add `consult` package Signed-off-by: Lucas Sta Maria --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 9f24fca..cdf2641 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -22,6 +22,7 @@ (straight-use-package 'vertico) (straight-use-package 'marginalia) (straight-use-package 'orderless) +(straight-use-package 'consult) ;; Syntax checking and editing (straight-use-package 'flycheck)