From 9d407f74f651bdabd2eecf26ddcac41797e5298e Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 21 Jan 2018 19:00:31 +0100 Subject: [PATCH] =?UTF-8?q?[Misc]=20=E2=80=98use-package=E2=80=99=20declar?= =?UTF-8?q?ation=20for=20=E2=80=98timeline-tools=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.el b/init.el index 6b04443..093870f 100644 --- a/init.el +++ b/init.el @@ -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))