summary refs log tree commit diff stats
path: root/examples/rc_emacs.conf
diff options
context:
space:
mode:
authorWojciech Siewierski <wojciech.siewierski@onet.pl>2018-05-28 16:45:12 +0200
committerGitHub <noreply@github.com>2018-05-28 16:45:12 +0200
commitaeae2c3621851194a35a88ad28fa489fd84ffe9f (patch)
tree487056f2051ed5c0d8beb902dae4e1a1c15e059a /examples/rc_emacs.conf
parentd6f477e64a1ef78dc8d752597a05912484ef6dc9 (diff)
parentf20dd1b7c38de92796340636aea322893f497aa8 (diff)
downloadranger-aeae2c3621851194a35a88ad28fa489fd84ffe9f.tar.gz
Merge branch 'master' into master
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.