diff --git a/site-lisp/timeline-tools.el b/site-lisp/timeline-tools.el index 9d78428..5f1aef9 100644 --- a/site-lisp/timeline-tools.el +++ b/site-lisp/timeline-tools.el @@ -27,7 +27,8 @@ :type 'integer) (defcustom timeline-tools-filter-functions - '(timeline-tools-skip-short-entries + '(timeline-tools-cluster-same-category + timeline-tools-skip-short-entries timeline-tools-cluster-same-category) "List of functions to apply when formatting timelines. Filter are applied in the order they are given in this list."