aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-11-06 08:53:45 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-11-06 08:53:45 +0000
commit556fde7052a4e6a9f0546c1a1c186fe13c412086 (patch)
tree5d91118d7e356e51a010673390f8d724c508db1a
parentbd1937c21db3f62c4f04e72a1322fcd711f724a4 (diff)
Variable fine-tuning
-rw-r--r--stack-question-list.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/stack-question-list.el b/stack-question-list.el
index 7053339..760d3a1 100644
--- a/stack-question-list.el
+++ b/stack-question-list.el
@@ -28,7 +28,7 @@
;;; Customization
-(defcustom stack-question-list-height 15
+(defcustom stack-question-list-height 12
"Height, in lines, of stack-mode's *question-list* buffer."
:type 'integer
:group 'stack-question-list)
@@ -117,7 +117,6 @@ Letters do not insert themselves; instead, they are commands.
;; Add a setter to protect the value.
:group 'stack-question-list)
-
(defun stack-question-list--date-more-recent-p (x y)
"Non-nil if tabulated-entry X is newer than Y."
(stack-question--<