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
|
@ -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
|
||||||
|
|
3
init.el
3
init.el
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue