kljohann / mpv.el

control mpv for easy note taking
GNU General Public License v3.0
145 stars 15 forks source link

Drop support for Emacs 24? #16

Closed progfolio closed 2 years ago

progfolio commented 3 years ago

Package-lint warns:

179:20: error: You should depend on (emacs "25.1") if you need `alist-get'.
180:18: error: You should depend on (emacs "25.1") if you need `alist-get'.

I think it's safe to bump the min Emacs version to 25.1 unless you have a personal reason for keeping it that low.

kljohann commented 2 years ago

Fixed, thanks for reporting this! :+1: