[Timeline] Additionally cluster before skipping short entries

Thus consecutive short entries of the same category don’t get deleted.
This commit is contained in:
Daniel - 2018-02-19 12:19:48 +01:00
parent 7d2e41ac01
commit 2a94f343da
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 1 deletions

View File

@ -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."