From f846872f0cc4879a60f324860c1a84c5245b0fcb Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 11 Aug 2016 13:29:32 -0400 Subject: [PATCH] show only current time in the modeline helps with pomodoro --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 5f3e7bc..564a435 100644 --- a/init.el +++ b/init.el @@ -29,6 +29,7 @@ '(org-agenda-files (quote ("~/org/notes.org" "~/org/orgzly/work.org"))) '(org-agenda-show-inherited-tags (quote always)) '(org-catch-invisible-edits (quote smart)) + '(org-clock-mode-line-total (quote current)) '(org-icalendar-categories (quote (all-tags category))) '(org-icalendar-include-todo t) '(org-indent-mode-turns-on-hiding-stars nil)