diff options
author | hut <hut@lavabit.com> | 2010-01-25 00:30:24 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-01-25 00:30:24 +0100 |
commit | b6aff4c3bfa284df76d055c665b3b0675a7ef26c (patch) | |
tree | ce73f1ac292a0fc640d21ae4725492d5fb5c2388 /README | |
parent | ea87d00524778fd7188180acb1119d0ecb43613e (diff) | |
download | ranger-b6aff4c3bfa284df76d055c665b3b0675a7ef26c.tar.gz |
made configuration more simple
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: |