summary refs log tree commit diff stats
path: root/lisp/acdw-modeline.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-24 20:18:14 -0500
committerCase Duckworth2021-08-24 20:19:09 -0500
commit8c3cbdd2628c3c92bc44efa3e4627160de2f4f7c (patch)
tree603d33ac356a42c71bebc50f14ca1d9077f32893 /lisp/acdw-modeline.el
parentIDK change stuff (diff)
downloademacs-8c3cbdd2628c3c92bc44efa3e4627160de2f4f7c.tar.gz
emacs-8c3cbdd2628c3c92bc44efa3e4627160de2f4f7c.zip
Disable erc-track-mode when clocked in
Diffstat (limited to 'lisp/acdw-modeline.el')
-rw-r--r--lisp/acdw-modeline.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/acdw-modeline.el b/lisp/acdw-modeline.el index f1e7d27..6a19428 100644 --- a/lisp/acdw-modeline.el +++ b/lisp/acdw-modeline.el
@@ -33,9 +33,7 @@
33 33
34(defun acdw-modeline/erc () 34(defun acdw-modeline/erc ()
35 "ERC indicator for the modeline." 35 "ERC indicator for the modeline."
36 (when (and (boundp 'erc-modified-channels-object) 36 (when (and (boundp 'erc-modified-channels-object))
37 (not (bound-and-true-p org-clock-current-task))
38 )
39 (format-mode-line erc-modified-channels-object))) 37 (format-mode-line erc-modified-channels-object)))
40 38
41(defun acdw-modeline/god-mode-indicator () 39(defun acdw-modeline/god-mode-indicator ()