summary refs log tree commit diff stats
path: root/examples
diff options
context:
space:
mode:
authorMarcel Partap <mpartap@gmx.net>2019-09-11 10:35:52 +0200
committerGitHub <noreply@github.com>2019-09-11 10:35:52 +0200
commit02714ab883bff9e807d9e78951eebfdb027bdcf1 (patch)
treefeaa42835a8ea5b428f770792b306d3e64f8d11e /examples
parent40350d99009cbb537e3a8e6d13ca8f37cfc3a73b (diff)
parent86281229606e147870b365d7aff445e394883674 (diff)
downloadranger-02714ab883bff9e807d9e78951eebfdb027bdcf1.tar.gz
Merge branch 'master' into fix-status-bar-position
Diffstat (limited to 'examples')
-rw-r--r--examples/rc_emacs.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/rc_emacs.conf b/examples/rc_emacs.conf
index 0462282e..e3596ba5 100644
--- a/examples/rc_emacs.conf
+++ b/examples/rc_emacs.conf
@@ -206,6 +206,11 @@ set idle_delay 2000
 # check all directories above the current one as well?
 set metadata_deep_search false
 
+# Warn at startup if RANGER_LEVEL env var is greater than 0, in other words
+# give a warning when you nest ranger in a subshell started by ranger.
+# Special value "error" makes the warning more visible.
+set nested_ranger_warning true
+
 # ===================================================================
 # == Local Options
 # ===================================================================