From 3fcca4a6f5dd74deb44a7794b4e65c30e130cf99 Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Fri, 16 Dec 2022 22:52:17 +0100 Subject: [PATCH] emacs: add embark-consult --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 67f5538..55b4354 100644 --- a/emacs.el +++ b/emacs.el @@ -74,6 +74,7 @@ (straight-use-package 'consult) (straight-use-package 'marginalia) (straight-use-package 'embark) +(straight-use-package 'embark-consult) (straight-use-package 'company) (straight-use-package 'lsp-mode) (straight-use-package 'speed-type)