I'm a dingus who forgot to make that last commit work
This commit is contained in:
parent
f568548c16
commit
fae1b2223d
2 changed files with 4 additions and 2 deletions
3
init.el
3
init.el
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue