mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
This occurs when invoking it from the root of massive file trees, like $HOME or certain non-project folders. It's better that it defer to a different command altogether (counsel-find-file) if invoked from $HOME, and counsel-file-jump from anywhere else, which offers approximately what we want, but at a fraction of the performance cost in those cases.