diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/README b/README index 764ab57e..352fbaee 100644 --- a/README +++ b/README @@ -83,12 +83,8 @@ apps.py defines how files are run, keys.py defines keybindings. The files in ranger/defaults/ can be copied into ~/.ranger/ for per-user modifications. Colorschemes can be placed in ~/.ranger/colorschemes. -The options.py defines the import path of "apps", "keys" and the -colorscheme. To use the files you placed in ~/.ranger/, you may need -to make this changes in the options.py: - -"from ranger.defaults import apps, keys" => "import apps, keys" -"from ranger import colorschemes" => "import colorschemes" +The configuration files should be self-explanatory. If you need more +information, check out the source code. == Guidelines for developers: |