branch: externals/nano-modeline commit e8164f7581507316555430cb812af7721d44041d Author: Marlin Strub <marlin.st...@gmail.com> Commit: Marlin Strub <marlin.st...@gmail.com>
Fix nano-modeline-org-clock-mode-p --- nano-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano-modeline.el b/nano-modeline.el index 57c9508..b8228e4 100644 --- a/nano-modeline.el +++ b/nano-modeline.el @@ -505,7 +505,7 @@ depending on the version of mu4e." (defun nano-modeline-org-clock-mode-p () (and (boundp 'org-mode-line-string) - (not org-mode-line-string))) + (stringp org-mode-line-string))) (defun nano-modeline-org-clock-mode () (let ((buffer-name (format-mode-line "%b"))