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:
parent
6338677620
commit
86b6171a95
@ -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
|
||||
|
@ -30,6 +30,7 @@
|
||||
ace-mc
|
||||
ace-window
|
||||
achievements
|
||||
activity-watch-mode
|
||||
ag
|
||||
alert
|
||||
all-the-icons
|
||||
|
Loading…
Reference in New Issue
Block a user