From: Eshel Yaron Date: Tue, 11 Oct 2022 18:56:18 +0000 (+0300) Subject: Enable embark-consult X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=533d56ac35032264794cb8ade5a3909f6591a0dd;p=dotfiles.git Enable embark-consult --- diff --git a/.emacs.d/esy.org b/.emacs.d/esy.org index ce24814..ef21ee0 100644 --- a/.emacs.d/esy.org +++ b/.emacs.d/esy.org @@ -1911,6 +1911,17 @@ terminates, e.g. when pressing =C-d=. (add-hook 'after-init-hook #'esy/setup-misc) #+end_src +** Enable ~embark-consult~ + +This is a little companion library for ~embark~ that makes ~embark-export~ +and friends work correctly with ~consult~ enabled completions. + +#+begin_src emacs-lisp + (with-eval-after-load 'consult + (with-eval-after-load 'embark + (require 'embark-consult))) +#+end_src + ** Add a repeat-map to =tranpose-lines= :PROPERTIES: :CUSTOM_ID: repeat-transpose-lines