Add ActivityWatch

This effectively replaces WakaTime (which i don’t use anymore).  Let’s see if it’s good enough.
This commit is contained in:
Gergely Polonkai 2021-03-09 17:42:55 +01:00
parent 6338677620
commit 86b6171a95
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
2 changed files with 9 additions and 0 deletions

View File

@ -2264,6 +2264,14 @@ requires connecting to a website and download a pretty large font file.
(neo-enter . gpolonkai/neo-set-theme))
#+END_SRC
** Waka-waka (AKA ActivityWatch)
#+begin_src emacs-lisp
(use-package activity-watch-mode
:config
(global-activity-watch-mode))
#+end_src
** Jump to character, word, line
#+BEGIN_SRC emacs-lisp

View File

@ -30,6 +30,7 @@
ace-mc
ace-window
achievements
activity-watch-mode
ag
alert
all-the-icons