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