Commit 07d16771b25f

Vincent Demeester <vincent@sbr.pm>
2017-01-29 23:20:05
Small clean of org-pomodoro…
Using only clocking 👼 Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2a28299
Changed files (2)
.emacs.d/emacs.el
@@ -1136,12 +1136,6 @@ PRIORITY may be one of the characters ?A, ?B, or ?C."
         subtree-end
       nil)))
 
-(use-package org-pomodoro
-  :ensure t
-  :init
-  (setq org-pomodoro-play-sounds 1)
-  (setq org-pomodoro-audio-player "paplay"))
-
 (use-package htmlize
   :ensure t
   :defer t)
.emacs.d/emacs.org
@@ -2101,16 +2101,6 @@
 
    #+END_SRC
 
-** Pomodoro
-
-   #+BEGIN_SRC emacs-lisp
-     (use-package org-pomodoro
-       :ensure t
-       :init
-       (setq org-pomodoro-play-sounds 1)
-       (setq org-pomodoro-audio-player "paplay"))
-   #+END_SRC
-
 ** Publishing
 
    Let's configure the publishing part of org-mode. The first