summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-02-13 01:15:45 +0100
committerhut <hut@lavabit.com>2013-02-13 01:15:45 +0100
commit08b6bd2fb5fec0f226064cca9abe25c5e74f8af9 (patch)
tree33b97766d880fd7e0288b0a1379d6928fac54d69
parent0770d21a81d6b4a47da4a751f5ddb485d0f4dc00 (diff)
downloadranger-08b6bd2fb5fec0f226064cca9abe25c5e74f8af9.tar.gz
config/rc.conf: Fix comment about avoid loading of default rc.conf
-rw-r--r--ranger/config/rc.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf
index 5ca31038..80b79c31 100644
--- a/ranger/config/rc.conf
+++ b/ranger/config/rc.conf
@@ -3,10 +3,8 @@
 # To change them, it is recommended to create the file
 # ~/.config/ranger/rc.conf and add your custom commands there.
 #
-# If you copy this whole file there, add this line to your options.py
-# so it is not loaded twice:
-#
-#     load_default_rc = False
+# If you copy this whole file there, you may want to install the plugin
+# "plugins/plugin_skip_default_rc.py" to avoid loading the rc.conf twice.
 #
 # The purpose of this file is mainly to define keybindings and settings.
 # For running more complex python code, please create a plugin in "plugins/" or
5 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189