From fb0463df2d7edd9e217ee7ad1029fe3ae89cbdd0 Mon Sep 17 00:00:00 2001 From: nate Date: Sun, 3 Dec 2017 20:04:54 -0800 Subject: [PATCH] add micro as an editor option --- ttbp/ttbp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttbp/ttbp.py b/ttbp/ttbp.py index 2ad5575..fdd5b6b 100644 --- a/ttbp/ttbp.py +++ b/ttbp/ttbp.py @@ -77,7 +77,7 @@ RAINBOW = False ## ref -EDITORS = ["vim", "vi", "emacs", "pico", "nano", "ed"] +EDITORS = ["vim", "vi", "emacs", "pico", "nano", "ed", "micro"] SUBJECTS = ["help request", "bug report", "feature suggestion", "general comment"] ## ttbp specific utilities