Add org-pomodoro clock to mode line

This commit is contained in:
Swaroop C H 2015-04-15 10:30:17 -07:00 committed by syl20bnr
parent 68e3833a95
commit 11f927e7d0

View file

@ -2291,6 +2291,11 @@ displayed in the mode-line.")
(powerline-raw " " vc-face)
(funcall separator-right vc-face face2))
(list (funcall separator-right face1 face2)))
;; org-pomodoro current pomodoro
(when (and active
(fboundp 'org-pomodoro-active-p)
(org-pomodoro-active-p))
org-pomodoro-mode-line)
;; org clocked task
(when (and active
spacemacs-mode-line-org-clock-current-taskp