I had reported a bug report here: https://github.com/minad/vertico/issues/229
this post was submitted on 22 Nov 2023
0 points (50.0% liked)
Emacs
313 readers
3 users here now
A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!
Get Emacs
Rules
- Posts should be emacs related
- Be kind please
- Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.
Emacs Resources
Emacs Tutorials
- Beginner’s Guide to Emacs
- Absolute Beginner's Guide to Emacs
- How to Learn Emacs: A Hand-drawn One-pager for Beginners
Useful Emacs configuration files and distributions
Quick pain-saver tip
founded 1 year ago
MODERATORS
Adjust completion-ignored-extensions accordingly.
thank you kindly ! i just did this
(setq completion-ignored-extensions '("^.git/"))
which is what i typically want, and that does the right thing as well.
have you tried removing .git/ from completion-ignored-extensions? maybe you can use cl-delete to get rid of it. could require cl-seq feature.