Commit 7898cb8ed8f7

Vincent Demeester <vincent@sbr.pm>
2015-03-01 22:58:50
Add org-pomodoro
1 parent 8cafafa
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -1415,6 +1415,14 @@
      Now, a /manual/ step will be to install consumer key and stuff
      (see [[https://org-trello.github.io/trello-setup.html][documentation]] for that).
 
+*** Pomodoro
+
+
+    #+BEGIN_SRC emacs-lisp
+      (use-package org-pomodoro
+        :ensure t)
+    #+END_SRC
+
 ** Projectile
 
    #+BEGIN_QUOTE