diff options
author | hut <hut@lavabit.com> | 2011-10-11 00:33:01 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-10-11 00:33:01 +0200 |
commit | cde62480584bd3cc1c9697237cd28caa8c00a7e8 (patch) | |
tree | c9cebed053eb5c57be6523d4700c3f7cb21bf379 | |
parent | 562ad4dbb80cc528b2403e40c914cb14c164243d (diff) | |
download | ranger-cde62480584bd3cc1c9697237cd28caa8c00a7e8.tar.gz |
defautls/options.py: use_preview_script = True after all
-rw-r--r-- | ranger/defaults/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/defaults/options.py b/ranger/defaults/options.py index 4510f764..1328f2c5 100644 --- a/ranger/defaults/options.py +++ b/ranger/defaults/options.py @@ -52,7 +52,7 @@ show_hidden = False preview_script = '~/.config/ranger/scope.sh' # Use that external preview script or display internal plain text previews? -use_preview_script = False +use_preview_script = True # Use a unicode "..." character to mark cut-off filenames? unicode_ellipsis = False |