summary refs log tree commit diff stats
path: root/examples/rc_emacs.conf
diff options
context:
space:
mode:
authorErez Shermer <erezshermer@gmail.com>2018-06-07 10:06:18 +0300
committerErez Shermer <erezshermer@gmail.com>2018-06-07 10:06:18 +0300
commit83946054d1468e555ef6f283cc1d27baa8dfb24a (patch)
treedc5b0b95274566c9215312eb92376e9df223e7c2 /examples/rc_emacs.conf
parentb77e033746fe9120f2083bf59164b9ff4c553aa1 (diff)
parent81e1070f91ddc139f1a6abdfda962da3b1bb4c60 (diff)
downloadranger-83946054d1468e555ef6f283cc1d27baa8dfb24a.tar.gz
Merge branch 'master' of https://github.com/esm7/ranger
Diffstat (limited to 'examples/rc_emacs.conf')
-rw-r--r--examples/rc_emacs.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/rc_emacs.conf b/examples/rc_emacs.conf
index 26074a42..0462282e 100644
--- a/examples/rc_emacs.conf
+++ b/examples/rc_emacs.conf
@@ -122,6 +122,9 @@ set mouse_enabled true
 set display_size_in_main_column true
 set display_size_in_status_bar true
 
+# Display the free disk space in the status bar?
+set display_free_space_in_status_bar true
+
 # Display files tags in all columns or only in main column?
 set display_tags_in_all_columns true
 
@@ -129,7 +132,7 @@ set display_tags_in_all_columns true
 set update_title false
 
 # Set the title to "ranger" in the tmux program?
-set update_tmux_title false
+set update_tmux_title true
 
 # Shorten the title if it gets long?  The number defines how many
 # directories are displayed at once, 0 turns off this feature.