aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-07-27 11:18:36 -0700
committerGravatar Tom Willemse2026-07-27 11:18:36 -0700
commit5cf0197b03d8a584cce5a5d5293376da0772f3a7 (patch)
tree432124cd5f60ba0940d8c37ca4a7c11ecddaae48 /emacs
parentbe6a85e56e7d9db73b5e80558f6c399af6c57fbf (diff)
downloadnew-dotfiles-5cf0197b03d8a584cce5a5d5293376da0772f3a7.tar.gz
new-dotfiles-5cf0197b03d8a584cce5a5d5293376da0772f3a7.zip
Emacs: Add wakatime
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 9477ae0..3e90be0 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -875,3 +875,13 @@ This allows me to synchronize tasks and events between my phone and Emacs.
org-caldav-sync-todo t
org-caldav-todo-percent-states '((0 "TODO") (1 "NEXT") (100 "DONE"))))
#+end_src
+
+* Wakatime
+
+I run my own [[https://wakapi.dev/][Wakapi]] instance to track my coding time.
+
+#+begin_src emacs-lisp
+ (use-package wakatime-mode
+ :init
+ (global-wakatime-mode))
+#+end_src