require the soundwav package

This commit is contained in:
ndwarshuis 2019-05-02 23:32:50 -04:00
parent d70d664d1f
commit cce8f4a2bf
1 changed files with 1 additions and 0 deletions

View File

@ -2722,6 +2722,7 @@ These are variables that I set for my use but will not go into the eventual pack
** tomato mode ** tomato mode
This really means "super awesome pomodoro implementation." =Tomato-mode= sounds cooler and more emacs like. This really means "super awesome pomodoro implementation." =Tomato-mode= sounds cooler and more emacs like.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package sound-wav :straight t)
(add-to-list 'load-path (nd/expand-local-pkg-directory "org-tomato")) (add-to-list 'load-path (nd/expand-local-pkg-directory "org-tomato"))
(require 'org-tomato) (require 'org-tomato)