File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ have been upheld since the earliest days of the project.
121121Projectile provide a nice set of features operating on a project level without
122122introducing external dependencies (when feasible). For instance -
123123finding project files has a portable implementation written in pure
124- Emacs Lisp without the use of GNU ` find ` (but for performance sake an
124+ Emacs Lisp without the use of GNU ` find ` (but for performance's sake an
125125indexing mechanism backed by external commands exists as well).
126126
127127### Simplicity
@@ -132,13 +132,21 @@ marker or a project descriptor file like `pom.xml` or `Gemfile`). Projectile
132132will auto-detect pretty much every popular project type out of the box
133133and you can easily extend it with additional project types.
134134
135- ### Practical
135+ ### Easy to Use
136+
137+ The configuration defaults are pretty reasonable and most users
138+ will probably never feel a strong need to change them.
139+
140+ All commands are easily discoverable and are unlikely to surprise you
141+ with their behavior.
142+
143+ ### Practicality
136144
137145Projectile tries to be practical - portability is great, but if some
138146external tools could speed up some task substantially and the tools
139147are available, Projectile will leverage them.
140148
141- ### Super configurable
149+ ### Flexibility
142150
143151In the classic spirit of Emacs almost every aspect of Projectile's behavior is
144152configurable.
You can’t perform that action at this time.
0 commit comments