mirror of
https://github.com/SqrtMinusOne/pomm.el.git
synced 2025-12-10 14:43:03 +03:00
chore: fix typo, update version
This commit is contained in:
parent
45843a9c99
commit
62832704ba
2 changed files with 2 additions and 2 deletions
|
|
@ -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: =<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.
|
||||
** Modeline
|
||||
|
|
|
|||
2
pomm.el
2
pomm.el
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: 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"))
|
||||
;; Homepage: https://github.com/SqrtMinusOne/pomm.el
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue