diff options
Diffstat (limited to '.emacs.d/lisp/init-minibuffer.el')
-rw-r--r-- | .emacs.d/lisp/init-minibuffer.el | 1 |
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 |