aboutsummaryrefslogtreecommitdiff
path: root/doc/modules
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2021-05-27 09:40:27 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2021-05-27 09:40:27 +0300
commita655fbae83f0c1e5ecba47ae34b1e667b99df393 (patch)
tree4e785a02dcdc94259aab0cff42ccb6e73480284f /doc/modules
parentea5f4adc1823e5568a3d4fe1d6ec714a8f4967e2 (diff)
[Docs] Update the FAQ
Diffstat (limited to 'doc/modules')
-rw-r--r--doc/modules/ROOT/pages/faq.adoc9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/modules/ROOT/pages/faq.adoc b/doc/modules/ROOT/pages/faq.adoc
index bb73261..60471d4 100644
--- a/doc/modules/ROOT/pages/faq.adoc
+++ b/doc/modules/ROOT/pages/faq.adoc
@@ -32,18 +32,17 @@ Okay, that's only an advantage if you're one of those rare people who enjoy read
Yeah, it does. I don't use TRAMP myself, however, so I never paid that
much attention to the TRAMP support. It's mostly community-maintained.
-== Why does Projectile violate the rule not to bind keys in the user keymap?
+== Why doesn't Projectile have a default prefix for its keybinding?
Historically Projectile used to use `C-c p` as the prefix for all of its commands.
I opted for the `C-c p` prefix fully aware that this violates https://www.gnu.org/software/emacs/manual/html_node/elisp/Key-Binding-Conventions.html[a very
established Emacs
convention],
mostly because it felt practical and because pressing `C-c C-p` is not
-super convenient for many people. I've come to regret this decision,
-though, and it will likely be reverted down the road.
+super convenient for many people.
-NOTE: This was changed in Projectile 2.0. Currently Projectile requires
-users to select a prefix key for its commands explicitly.
+Eventually this was changed in Projectile 2.0. That's why currently Projectile
+requires users to select a prefix key for its commands explicitly.
== Do you need some help cleanup up all those tickets that have piled up?