mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Correct projectile comment
This commit is contained in:
@ -51,8 +51,8 @@ Emacs.")
|
|||||||
;; + `projectile-root-bottom-up' -> searches from / to your current directory
|
;; + `projectile-root-bottom-up' -> searches from / to your current directory
|
||||||
;; for the paths listed in `projectile-project-root-files-bottom-up'. This
|
;; for the paths listed in `projectile-project-root-files-bottom-up'. This
|
||||||
;; includes .git and .project
|
;; includes .git and .project
|
||||||
;; + `projectile-root-top-down' -> searches from the current directory down to
|
;; + `projectile-root-top-down' -> searches from the current directory down to
|
||||||
;; / the paths listed in `projectile-root-top-down-recurring', like
|
;; / the paths listed in `projectile-root-files', like package.json,
|
||||||
;; setup.py, or Cargo.toml
|
;; setup.py, or Cargo.toml
|
||||||
;; + `projectile-root-top-down-recurring' -> searches from the current
|
;; + `projectile-root-top-down-recurring' -> searches from the current
|
||||||
;; directory down to / for a directory that has one of
|
;; directory down to / for a directory that has one of
|
||||||
|
Reference in New Issue
Block a user