From 86b6171a959ea3667f137855717be7a6638d664a Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 9 Mar 2021 17:42:55 +0100 Subject: [PATCH] Add ActivityWatch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This effectively replaces WakaTime (which i don’t use anymore). Let’s see if it’s good enough. --- configuration.org | 8 ++++++++ customizations.el | 1 + 2 files changed, 9 insertions(+) diff --git a/configuration.org b/configuration.org index 87a25dd..72804be 100644 --- a/configuration.org +++ b/configuration.org @@ -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 diff --git a/customizations.el b/customizations.el index b74fa35..6db0efc 100644 --- a/customizations.el +++ b/customizations.el @@ -30,6 +30,7 @@ ace-mc ace-window achievements + activity-watch-mode ag alert all-the-icons