[Timeline] New default value for filter functions

This commit is contained in:
Daniel Borchmann 2018-08-03 20:15:33 +02:00
parent db0d3e726a
commit 7345824659
Signed by: exot
GPG Key ID: 4F63DB96D45AA9C6

View File

@ -21,7 +21,8 @@
:tag "Timeline Tools" :tag "Timeline Tools"
:group 'applications) :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. "List of functions to apply when formatting timelines.
Filter are applied in the order they are given in this list." Filter are applied in the order they are given in this list."
:group 'timeline-tools :group 'timeline-tools