diff options
author | David Morgan <djm_uk@protonmail.com> | 2025-01-03 08:52:42 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2025-01-03 08:52:42 +0000 |
commit | 8ffa83823c9c4e7d826ea3cf095451738561c84b (patch) | |
tree | 8d3f9bcb7e77fd96450f6d801836dc566a975277 | |
parent | d0e51811a4ae029c420683baabcdb0c2746008d2 (diff) | |
download | dotfiles-8ffa83823c9c4e7d826ea3cf095451738561c84b.tar.gz |
Add consult-vc-modified-files
-rw-r--r-- | .emacs.d/lisp/init-minibuffer.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el index 93c18dd..c4e3245 100644 --- a/.emacs.d/lisp/init-minibuffer.el +++ b/.emacs.d/lisp/init-minibuffer.el @@ -521,6 +521,9 @@ The symbol at point is added to the future history." (use-package consult-ls-git :bind ("C-c g f" . consult-ls-git)) +(use-package consult-vc-modified-files + :bind (:map vc-prefix-map ("f" . consult-vc-modified-files))) + (use-package consult-project-extra) (use-package marginalia |