[Misc] ‘use-package’ declaration for ‘timeline-tools’

This commit is contained in:
Daniel - 2018-01-21 19:00:31 +01:00
parent f59d687620
commit 9d407f74f6
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 6 additions and 0 deletions

View File

@ -1342,6 +1342,12 @@ Certificates are assumed to be of the form *.crt."
(use-package synonyms
:commands (synonyms))
(use-package timeline-tools
:load-path "site-lisp"
:commands (timeline-tools-format-timeline
timeline-tools-format-timeline-of-day
timeline-tools-copy-clocklines))
(use-package typing
:commands (typing-of-emacs)
:config (setq toe-highscore-file nil))