From 11f927e7d09d196dd99bb8e615b8dc588e601f81 Mon Sep 17 00:00:00 2001 From: Swaroop C H Date: Wed, 15 Apr 2015 10:30:17 -0700 Subject: [PATCH] Add org-pomodoro clock to mode line --- spacemacs/packages.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spacemacs/packages.el b/spacemacs/packages.el index 4e94058b8..b19114a43 100644 --- a/spacemacs/packages.el +++ b/spacemacs/packages.el @@ -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