summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-05-12 09:45:46 +0200
committerAlan Pearce2015-05-12 09:45:46 +0200
commite4b09a2eedfa5af5b6f75e0a87723547d334a706 (patch)
tree20eaec85b888ed4c5f86f84df09cf3af8ed3b359 /tag-emacs
parent14500c0e2f90e9151a3c28fa26049a821abd2256 (diff)
downloaddotfiles-e4b09a2eedfa5af5b6f75e0a87723547d334a706.tar.lz
dotfiles-e4b09a2eedfa5af5b6f75e0a87723547d334a706.tar.zst
dotfiles-e4b09a2eedfa5af5b6f75e0a87723547d334a706.zip
Emacs: Remove timeclock configuration
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el5
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