Turn off activitywatch when on laptop to save resources
This commit is contained in:
parent
76f8758df5
commit
f568548c16
2 changed files with 57 additions and 53 deletions
|
@ -1982,7 +1982,9 @@ Matrix.el is a decent enough matrix client built in emacs. Like it.
|
|||
I like to track my time with ActivityWatch so I can notice and kill bad habits.
|
||||
#+begin_src emacs-lisp
|
||||
(use-package activity-watch-mode
|
||||
:init (global-activity-watch-mode))
|
||||
:init
|
||||
(if (string-equal (system-name) "syl")
|
||||
(global-activity-watch-mode)))
|
||||
#+end_src
|
||||
|
||||
** MyBible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue