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))
|
(neo-enter . gpolonkai/neo-set-theme))
|
||||||
#+END_SRC
|
#+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
|
** Jump to character, word, line
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
ace-mc
|
ace-mc
|
||||||
ace-window
|
ace-window
|
||||||
achievements
|
achievements
|
||||||
|
activity-watch-mode
|
||||||
ag
|
ag
|
||||||
alert
|
alert
|
||||||
all-the-icons
|
all-the-icons
|
||||||
|
Loading…
Reference in New Issue
Block a user