diff options
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index cf1ce9b..34a3d30 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -275,11 +275,6 @@ ((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 |