From 58247b857f861c057158ec3ecab89f3dffcfe290 Mon Sep 17 00:00:00 2001 From: hut Date: Fri, 22 Feb 2013 03:17:46 +0100 Subject: core.main: added RANGER_LOAD_DEFAULT_RC environment variable this fixes the problem that examples/plugin_skip_default_rc doesn't work, because plugins are loaded after the rc.conf. --- examples/plugin_skip_default_rc.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 examples/plugin_skip_default_rc.py (limited to 'examples') diff --git a/examples/plugin_skip_default_rc.py b/examples/plugin_skip_default_rc.py deleted file mode 100644 index 6a657a99..00000000 --- a/examples/plugin_skip_default_rc.py +++ /dev/null @@ -1,9 +0,0 @@ -# This plugin inhibits the loading of the default rc.conf. This serves to -# speed up starting time by avoiding to load rc.conf twice if you have a full -# copy of it in ~/.config/ranger. -# -# Don't use this if you have a supplementary rc.conf or no rc.conf at all, or -# you will end up without key bindings and options. - -import ranger.core.main -ranger.core.main.load_default_config = False -- cgit 1.4.1-2-gfad0