about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-08-30 15:48:20 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-08-30 15:48:20 +0100
commit63920469de91f7cfa537810ad3150d92c8527898 (patch)
treef31eae38edad9ed258a8a14e9de4ec5570a446a5 /.emacs.d
parentf5d98f9ea7acb863f527526cb837b5c66a345b63 (diff)
downloaddotfiles-63920469de91f7cfa537810ad3150d92c8527898.tar.gz
Add consult-line to embark-consult-async-search-map
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-minibuffer.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el
index 9fbcf0c..af6c145 100644
--- a/.emacs.d/lisp/init-minibuffer.el
+++ b/.emacs.d/lisp/init-minibuffer.el
@@ -469,6 +469,7 @@ DEFS is a plist associating completion categories to commands."
   :demand t
   :bind
   (:map embark-consult-async-search-map
+        ("l" . consult-line) ;; TODO how to delete the #
         ("^" . consult-ripgrep-parent)
         ("R" . consult-ripgrep-unrestricted))
   :hook