diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2024-02-10 18:52:53 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2024-02-10 18:52:53 +0200 |
| commit | d764e9a7ee35e5712b382494894c3c6bb07d0b34 (patch) | |
| tree | 980dbbf6d59a4d1308d813f2deb7c2308c15163f | |
| parent | 24b4ca2f344e51e7fc2a1b92e7b085874f91030b (diff) | |
[Docs] Extend the comparison with project.el
| -rw-r--r-- | doc/modules/ROOT/pages/projectile_vs_project.adoc | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/modules/ROOT/pages/projectile_vs_project.adoc b/doc/modules/ROOT/pages/projectile_vs_project.adoc index a6c6653..0608d48 100644 --- a/doc/modules/ROOT/pages/projectile_vs_project.adoc +++ b/doc/modules/ROOT/pages/projectile_vs_project.adoc @@ -14,6 +14,8 @@ If the functionality in `project.el` is good enough for you than you should prob == At a glance +NOTE: As of early 2024. (Projectile 2.8 and `project.el` in Emacs 29) + |=== | | Projectile | project.el @@ -45,14 +47,22 @@ If the functionality in `project.el` is good enough for you than you should prob | 60+ | n/a -| Extensions +| Number of Configuration Options +| ~90 | ~20 -| ~10 + +| Number of Commands +| 80+ +| 30+ | Feature-set | Extensive | Essential +| Extensions +| ~20 +| ~10 + | Contribution Process | Light-weight | Somewhat complicated (standard for Emacs) |
