summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-emacs/emacs.d/init.el5
1 files changed, 5 insertions, 0 deletions
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