[Timeline] New default value for filter functions

This commit is contained in:
Daniel - 2018-08-03 20:15:33 +02:00
parent db0d3e726a
commit 7345824659
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 1 deletions

View File

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