all repos — nixfiles @ ed3393f638f72b010d46115131467229f9ba18cf

System and user configuration, managed by nix and home-manager

Emacs: configure timeclock-mode

Alan Pearce
commit

ed3393f638f72b010d46115131467229f9ba18cf

parent

b518f6cf914ad77290cf1907886c94faebae6c53

1 file changed, 5 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -224,6 +224,11 @@ ((not prefix) "%Y-%m-%d %H:%M:%S")
((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