about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2025-01-03 08:52:42 +0000
committerDavid Morgan <djm_uk@protonmail.com>2025-01-03 08:52:42 +0000
commit8ffa83823c9c4e7d826ea3cf095451738561c84b (patch)
tree8d3f9bcb7e77fd96450f6d801836dc566a975277
parentd0e51811a4ae029c420683baabcdb0c2746008d2 (diff)
downloaddotfiles-8ffa83823c9c4e7d826ea3cf095451738561c84b.tar.gz
Add consult-vc-modified-files
-rw-r--r--.emacs.d/lisp/init-minibuffer.el3
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