Minor, general comment revision

This commit is contained in:
Henrik Lissner 2018-09-27 23:04:16 -04:00
parent 29ad900c1f
commit 078e3028a6
5 changed files with 11 additions and 6 deletions

View file

@ -34,8 +34,8 @@
;; It breaks projectile's project root resolution if HOME is a project (e.g.
;; it's a git repo). In that case, we disable bottom-up root searching to
;; prevent issues. This makes project resolution a little slower and may cause
;; incorrect project roots in other edge cases.
;; prevent issues. This makes project resolution a little slower and less
;; accurate in some cases.
(let ((default-directory "~"))
(when (cl-find-if #'projectile-file-exists-p
projectile-project-root-files-bottom-up)