From 73458246593455e47ad6621823e64d7893be86b6 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 3 Aug 2018 20:15:33 +0200 Subject: [PATCH] [Timeline] New default value for filter functions --- site-lisp/timeline-tools.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site-lisp/timeline-tools.el b/site-lisp/timeline-tools.el index 1796eb9..cc90814 100644 --- a/site-lisp/timeline-tools.el +++ b/site-lisp/timeline-tools.el @@ -21,7 +21,8 @@ :tag "Timeline Tools" :group 'applications) -(defcustom timeline-tools-filter-functions nil +(defcustom timeline-tools-filter-functions + (list #'timeline-tools-remove-short-entries #'timeline-tools-cluster-same-entry) "List of functions to apply when formatting timelines. Filter are applied in the order they are given in this list." :group 'timeline-tools