URI: 
       docs: Fix documentation of non-existent 'editor' config - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit c2ffdfab63510e5fe9c96ab06f99e652e417d9b8
   DIR parent a99661031ad771feb53e2d4b6443528ce84e1c77
  HTML Author: Dan Callahan <dan.callahan@gmail.com>
       Date:   Fri, 17 Mar 2017 17:57:53 -0500
       
       docs: Fix documentation of non-existent 'editor' config
       
       
       Diffstat:
         M docs/content/overview/configuratio… |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
   DIR diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md
       @@ -134,8 +134,6 @@ along with their current, default values:
            disable404:                 false
            # Do not inject generator meta tag on homepage
            disableHugoGeneratorInject: false
       -    # edit new content with this editor, if provided
       -    editor:                     ""
            # Enable Emoji emoticons support for page content.
            # See www.emoji-cheat-sheet.com
            enableEmoji:                                false
       @@ -153,6 +151,7 @@ along with their current, default values:
            logFile:                    ""
            # "yaml", "toml", "json"
            metaDataFormat:             "toml"
       +    # Edit new content with this editor, if provided
            newContentEditor:           ""
            # Don't sync permission mode of files
            noChmod:                    false