Commit 07d16771b25f
.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