diff --git a/README.org b/README.org index 7b39dc2..51d4efd 100644 --- a/README.org +++ b/README.org @@ -67,7 +67,7 @@ The package sends alerts via =alert.el=. The default style of alert is a plain = ** Sounds By default sounds are disabled. Set =pomm-audio-enabled= to =t= to toggle them. -This functionality needs =pomm-audio-player-executable= to be set so that the it could be invoked like: = /path/to/sound.wav=. +This functionality needs =pomm-audio-player-executable= to be set so that the program could be invoked like: = /path/to/sound.wav=. The package ships with some built-it sounds, which you can replace by customizing the =pomm-audio-files= variable. ** Modeline diff --git a/pomm.el b/pomm.el index bbd10a8..d94effe 100644 --- a/pomm.el +++ b/pomm.el @@ -4,7 +4,7 @@ ;; Author: Korytov Pavel ;; Maintainer: Korytov Pavel -;; Version: 0.1.1 +;; Version: 0.1.2 ;; Package-Requires: ((emacs "27.1") (alert "1.2") (seq "2.22") (transient "0.2.0")) ;; Homepage: https://github.com/SqrtMinusOne/pomm.el