summary refs log tree commit diff stats
path: root/examples
diff options
context:
space:
mode:
authornfnty <git@nfnty.se>2017-01-29 18:10:44 +0100
committernfnty <git@nfnty.se>2017-01-29 18:16:47 +0100
commitb72003856204a4101e9e123bc149ed248b13a382 (patch)
tree1b8814dc7cc1336ae332acafec23e26f3c357fb5 /examples
parent2a0af8e87cb9f2bda2857154f33ceee019bf3f9c (diff)
downloadranger-b72003856204a4101e9e123bc149ed248b13a382.tar.gz
Add setting `hostname_in_titlebar`
Fixes #782
Diffstat (limited to 'examples')
-rw-r--r--examples/rc_emacs.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/rc_emacs.conf b/examples/rc_emacs.conf
index 694496c2..5fd32ee2 100644
--- a/examples/rc_emacs.conf
+++ b/examples/rc_emacs.conf
@@ -135,6 +135,9 @@ set update_tmux_title false
 # directories are displayed at once, 0 turns off this feature.
 set shorten_title 3
 
+# Show hostname in titlebar?
+set hostname_in_titlebar true
+
 # Abbreviate $HOME with ~ in the titlebar (first line) of ranger?
 set tilde_in_titlebar false