From 23a8b0d722154a2d9f97c05cd9d2799ed3e7f1d1 Mon Sep 17 00:00:00 2001 From: Daniel Nicolai Date: Tue, 24 Mar 2020 04:16:53 +0100 Subject: [PATCH] Add warning: binding conflict with ranger layer (#348) This happened to me. The error message and backtrace information were not very clear --- doc/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/installation.md b/doc/installation.md index 4ed5c7b..c6e7118 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -83,6 +83,10 @@ list in your `.spacemacs` configuration file. Reload (`SPC f e R`) or restart Emacs to load `org-roam`. It's functions are available under the prefix `SPC a r` and `, r` when visiting an org-mode buffer. +If you also have the ranger layer installed, the prefix 'ar' conflict +with that of the ranger layer. You might want to change it to 'aor' +(also change the 'ar' to 'aor' in the other key-binding declarations) + ## Doom Emacs If you are using [Doom Emacs][doom], configure packages as explained in the