From 4ff87085ae825d18383eb9cbf2ab508d02981c06 Mon Sep 17 00:00:00 2001 From: Olivier Mangin Date: Wed, 24 May 2017 13:58:04 -0400 Subject: [PATCH] Config spec update for empty editor value. --- pubs/config/spec.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pubs/config/spec.py b/pubs/config/spec.py index c8b9e26..220ec53 100644 --- a/pubs/config/spec.py +++ b/pubs/config/spec.py @@ -20,6 +20,8 @@ open_cmd = string(default=None) # if using a graphical editor, use the --wait or --block option, i.e.: # "atom --wait" # "kate --block" +# If set to an empty string (default) pubs uses the value of the environment +# variable $EDITOR. edit_cmd = string(default='') # If true debug mode is on which means exceptions are not catched and