about summary refs log tree commit diff stats
path: root/examples
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2019-12-09 21:58:02 +0200
committerGitHub <noreply@github.com>2019-12-09 21:58:02 +0200
commita9a85c201eda486ff7d3be9b06fca705d4675612 (patch)
tree71d6a4e00c28a6e45738dff4d0a20c5b458825a3 /examples
parent05e7e2c502a07d9b38ca0c8f055445c38b10d049 (diff)
parent4ff19f6c059fc0d477273304988dc6b7c0ee6320 (diff)
downloadranger-a9a85c201eda486ff7d3be9b06fca705d4675612.tar.gz
Merge branch 'master' into feat-update-icon-title
Diffstat (limited to 'examples')
-rw-r--r--examples/rc_emacs.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/rc_emacs.conf b/examples/rc_emacs.conf
index ac3937bf..ba8eaaeb 100644
--- a/examples/rc_emacs.conf
+++ b/examples/rc_emacs.conf
@@ -59,6 +59,9 @@ set vcs_backend_git enabled
 set vcs_backend_hg disabled
 set vcs_backend_bzr disabled
 
+# Truncate the long commit messages to this length when shown in the statusbar.
+set vcs_msg_length 50
+
 # Use one of the supported image preview protocols
 set preview_images false
 
@@ -209,6 +212,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
 # ===================================================================