config/emacs: add wakatime

This commit is contained in:
Sakooooo 2024-09-30 07:14:38 +04:00
parent 81cd97d057
commit a475f3ab1e
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -905,6 +905,13 @@ people will probably get mad at me if i dont have this and i try to contribute
:config
(editorconfig-mode 1))
#+end_src
** wakatime
the feds are watching
#+begin_src emacs-lisp
(use-package wakatime-mode
:config
(global-wakatime-mode))
#+end_src
* Languages
#+begin_src emacs-lisp
(message "Reached languages")