From 5edc54f6841a4c4fe0a9f81d0fd24ef2f06c976d Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sat, 28 Mar 2015 00:34:52 -0700 Subject: [PATCH] Added $EDITOR section to readme. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index d666ecd..7a47a4e 100644 --- a/README.rst +++ b/README.rst @@ -97,3 +97,6 @@ Example config: # Default subreddit subreddit=CollegeBasketball + +RTV will attempt to use the system's default text editor when writing comments. +Set the environment variable ``$RTV_EDITOR`` to change the default editor.