Add warning: binding conflict with ranger layer (#348)

This happened to me. The error message and backtrace information were not very clear
master
Daniel Nicolai 6 years ago committed by GitHub
parent 1433dbc316
commit 23a8b0d722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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

Loading…
Cancel
Save