From a475f3ab1eda106a11ef3164bb443111adaef9ad Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:14:38 +0400 Subject: [PATCH] config/emacs: add wakatime --- config/emacs/emacs.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index b3c769ca..e1070dd8 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -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")