I'm a dingus who forgot to make that last commit work

This commit is contained in:
Chris Cochrun 2021-07-05 13:34:35 -05:00
parent f568548c16
commit fae1b2223d
2 changed files with 4 additions and 2 deletions

View file

@ -1984,7 +1984,8 @@ I like to track my time with ActivityWatch so I can notice and kill bad habits.
(use-package activity-watch-mode (use-package activity-watch-mode
:init :init
(if (string-equal (system-name) "syl") (if (string-equal (system-name) "syl")
(global-activity-watch-mode))) (global-activity-watch-mode -1)
(global-activity-watch-mode +1)))
#+end_src #+end_src
** MyBible ** MyBible

View file

@ -1492,7 +1492,8 @@ interfere with the default `bongo-playlist-buffer'."
(use-package activity-watch-mode (use-package activity-watch-mode
:init :init
(if (string-equal (system-name) "syl") (if (string-equal (system-name) "syl")
(global-activity-watch-mode))) (global-activity-watch-mode -1)
(global-activity-watch-mode +1)))
;; Reduce rendering/line scan work for Emacs by not rendering cursors or regions ;; Reduce rendering/line scan work for Emacs by not rendering cursors or regions
;; in non-focused windows. ;; in non-focused windows.