diff options
author | hut <hut@hut.pm> | 2018-05-13 21:43:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-13 21:43:27 +0200 |
commit | 76e986452d812fbe8f18e63b5e139b818cc48a34 (patch) | |
tree | 3981ac37810abd9345c5b40a74062fdf231e90c4 /examples | |
parent | f6af1ebad94b902d61f73b00978272018e2ef438 (diff) | |
parent | bed6df84d4513bee939bc4ec7c3e3684c62b53b8 (diff) | |
download | ranger-76e986452d812fbe8f18e63b5e139b818cc48a34.tar.gz |
Merge branch 'master' into mutool
Diffstat (limited to 'examples')
-rw-r--r-- | examples/rc_emacs.conf | 5 |
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. |