From 8c3cbdd2628c3c92bc44efa3e4627160de2f4f7c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 24 Aug 2021 20:18:14 -0500 Subject: Disable erc-track-mode when clocked in --- lisp/acdw-modeline.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lisp/acdw-modeline.el') 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 @@ (defun acdw-modeline/erc () "ERC indicator for the modeline." - (when (and (boundp 'erc-modified-channels-object) - (not (bound-and-true-p org-clock-current-task)) - ) + (when (and (boundp 'erc-modified-channels-object)) (format-mode-line erc-modified-channels-object))) (defun acdw-modeline/god-mode-indicator () -- cgit 1.4.1-21-gabe81