doomemacs/modules/completion
Henrik Lissner 3673067736
Fix projectile-find-file locking up Emacs
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.
2018-08-03 16:10:20 +02:00
..
company Fix company-backends circular-list error in latex 2018-07-30 13:05:02 +02:00
helm completion/helm: fix evil keybinds in helm 2018-07-30 03:43:43 +02:00
ido Refactor/optimize completion/ido module 2018-06-03 15:01:21 +02:00
ivy Fix projectile-find-file locking up Emacs 2018-08-03 16:10:20 +02:00