summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-30 01:40:59 +0200
committerhut <hut@lavabit.com>2011-10-30 01:40:59 +0200
commit2081cbe1f64017100ccfccd34a75d7731ff77dae (patch)
tree6e32a960313b2da043e06c744f4bdc663c0a8e0f
parent6b3a30d788bdb186a66a05e6e910c37d66164ace (diff)
downloadranger-2081cbe1f64017100ccfccd34a75d7731ff77dae.tar.gz
define "init_function" in defaults
-rw-r--r--ranger/defaults/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/defaults/options.py b/ranger/defaults/options.py
index 548dc0fe..46bca607 100644
--- a/ranger/defaults/options.py
+++ b/ranger/defaults/options.py
@@ -124,7 +124,7 @@ sort_directories_first = True
 xterm_alt_key = False
 
 # A function that is called when the user interface is being set up.
-#init_function = None
+init_function = None
 
 # You can use it to initialize some custom functionality or bind singals
 #def init_function(fm):