From 042bf88ca06f04d78bd6c7506b349934df291d31 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Thu, 21 Jan 2016 17:15:39 +0200 Subject: Allow configuring the type of brackets to use --- config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index 7a50d5a..0c3c510 100644 --- a/config.py +++ b/config.py @@ -60,4 +60,7 @@ conf.registerGlobalValue(Github, 'port', conf.registerGlobalValue(Github, 'theme', registry.String('default', """The name of the theme that will be used to style messages""")) +conf.registerGlobalValue(Github, 'brackets', + registry.String('( )', """The brackets to use to enclose URLs (space-separated)""")) + # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: -- cgit v1.2.3