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

@ -1492,7 +1492,8 @@ interfere with the default `bongo-playlist-buffer'."
(use-package activity-watch-mode
:init
(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
;; in non-focused windows.