diff options
author | nfnty <git@nfnty.se> | 2017-04-12 01:56:30 +0200 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-04-12 01:56:30 +0200 |
commit | 51e86c62d0e3e7caf5d839219796ae2043646515 (patch) | |
tree | 38b8d1ea74202b82a5d60b0a0dac3389404f043f /examples | |
parent | ac27f17599eb06076494fdf8b82bdb195270c8bb (diff) | |
download | ranger-51e86c62d0e3e7caf5d839219796ae2043646515.tar.gz |
config/rc.conf: Properly set `preview_script` by default
Multiple users have complained about having problems with the way `scope.sh` sourcing is handled: * When running in clean mode * When wanting to run with the default config * When having non-default `$XDG_CONFIG_HOME` Lays groundwork for further default setting handling in the future. Fixes #840 Fixes #849 Closes #853
Diffstat (limited to 'examples')
-rw-r--r-- | examples/rc_emacs.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rc_emacs.conf b/examples/rc_emacs.conf index 5fd32ee2..d3707a12 100644 --- a/examples/rc_emacs.conf +++ b/examples/rc_emacs.conf @@ -34,10 +34,10 @@ set show_hidden false # With "multiple", ranger will ask only if you delete multiple files at once. set confirm_on_delete multiple -# Which script is used to generate file previews? +# Use non-default path for file preview script? # ranger ships with scope.sh, a script that calls external programs (see # README.md for dependencies) to preview images, archives, etc. -set preview_script ~/.config/ranger/scope.sh +#set preview_script ~/.config/ranger/scope.sh # Use the external preview script or display simple plain text or image previews? set use_preview_script true |