From ce4c2c4e0901b9e34074914059a3c956d368553a Mon Sep 17 00:00:00 2001 From: Marco Rougeth Date: Tue, 20 May 2014 09:48:04 -0300 Subject: [PATCH] Change default text type of Paste --- src/colab/custom_settings.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/colab/custom_settings.py b/src/colab/custom_settings.py index e4aee86..504ecd1 100644 --- a/src/colab/custom_settings.py +++ b/src/colab/custom_settings.py @@ -306,6 +306,7 @@ DPASTE_EXPIRE_CHOICES = ( DPASTE_EXPIRE_DEFAULT = DPASTE_EXPIRE_CHOICES[4][0] DPASTE_DEFAULT_GIST_DESCRIPTION = 'Gist created on Colab Interlegis' DPASTE_DEFAULT_GIST_NAME = 'colab_paste' +DPASTE_LEXER_DEFAULT = 'text' try: from local_settings import * -- libgit2 0.21.2