find-file-in-repository
find-file-in-repository copied to clipboard
Workaround example with use-package: (setq read-file-name-completion-ignore-case t) (ido-mode) (use-package find-file-in-repository :bind ("C-x f" . find-file-in-repository))