chore: fix typo, update version

This commit is contained in:
Pavel Korytov 2021-11-10 13:40:26 +03:00
parent 45843a9c99
commit 62832704ba
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ The package sends alerts via =alert.el=. The default style of alert is a plain =
** Sounds ** Sounds
By default sounds are disabled. Set =pomm-audio-enabled= to =t= to toggle them. 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: =<executable> /path/to/sound.wav=. This functionality needs =pomm-audio-player-executable= to be set so that the program could be invoked like: =<executable> /path/to/sound.wav=.
The package ships with some built-it sounds, which you can replace by customizing the =pomm-audio-files= variable. The package ships with some built-it sounds, which you can replace by customizing the =pomm-audio-files= variable.
** Modeline ** Modeline

View file

@ -4,7 +4,7 @@
;; Author: Korytov Pavel <thexcloud@gmail.com> ;; Author: Korytov Pavel <thexcloud@gmail.com>
;; Maintainer: Korytov Pavel <thexcloud@gmail.com> ;; Maintainer: Korytov Pavel <thexcloud@gmail.com>
;; Version: 0.1.1 ;; Version: 0.1.2
;; Package-Requires: ((emacs "27.1") (alert "1.2") (seq "2.22") (transient "0.2.0")) ;; Package-Requires: ((emacs "27.1") (alert "1.2") (seq "2.22") (transient "0.2.0"))
;; Homepage: https://github.com/SqrtMinusOne/pomm.el ;; Homepage: https://github.com/SqrtMinusOne/pomm.el