From ec157e5674d08538c4d5250b61cd29b20740d05d Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Mon, 3 Nov 2014 13:22:35 +0000 Subject: Increase default list height to 15 lines --- stack-question-list.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stack-question-list.el') diff --git a/stack-question-list.el b/stack-question-list.el index e50286c..d0f6722 100644 --- a/stack-question-list.el +++ b/stack-question-list.el @@ -29,7 +29,7 @@ ;;; Customization -(defcustom stack-question-list-height 10 +(defcustom stack-question-list-height 15 "Height, in lines, of stack-mode's *question-list* buffer." :type 'integer :group 'stack-question-list) -- cgit v1.2.3