]> git.eshelyaron.com Git - dotfiles.git/commitdiff
Enable embark-consult
authorEshel Yaron <me@eshelyaron.com>
Tue, 11 Oct 2022 18:56:18 +0000 (21:56 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 11 Oct 2022 18:56:18 +0000 (21:56 +0300)
.emacs.d/esy.org

index ce248148e07097b20b4c658b4c170511f559c110..ef21ee051e2430ca2fa92f306280260cda13f48e 100644 (file)
@@ -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