From 7fece783dfa61f21db2629d6ad366b67156bb61b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 17 Jan 2015 16:34:45 -0800 Subject: [PATCH] org-pomodoro --- dotfiles/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index e1aec382..b408ffab 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -684,6 +684,7 @@ the same tree node, and the headline of the tree node in the Org-mode file." ;; org-mode add-ons (use-package org-present :ensure t) + (use-package org-pomodoro :ensure t) (use-package org-projectile :ensure t :demand t