From ed3393f638f72b010d46115131467229f9ba18cf Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 1 Jul 2014 22:48:45 +0100 Subject: Emacs: configure timeclock-mode --- tag-emacs/emacs.d/init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index f2b6c05..7906a49 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -224,6 +224,11 @@ ((equal prefix '(4)) "%Y-%m-%dT%H:%M:%SZ")))) (insert (format-time-string format)))) +(use-package timeclock + :defer t + :config (progn + (setq timeclock-workday (* 7.5 60 60)))) + ;;;; Directory browsing (req-package dired :defer t -- cgit 1.4.1