Remove activity-watch-mode

I no longer use this software as it didn’t really provide my with any good
insights, so meh…
This commit is contained in:
Gergely Polonkai 2023-08-30 18:20:53 +02:00
parent 6a4f04e775
commit 74d381ceed
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 8 deletions

View File

@ -2464,14 +2464,6 @@ 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