~protesilaos/mct

b09efdb7264d3061744e1256c5d4439afbc8df3b — Protesilaos Stavrou 1 year, 2 months ago 83d3597
BREAKING Require Emacs 29 or newer

The Completions UI changed a lot in recent versions.  Supporting all
versions is difficult, as we have to make compromises that make the
code more complex.
1 files changed, 1 insertions(+), 1 deletions(-)

M mct.el
M mct.el => mct.el +1 -1
@@ 5,7 5,7 @@
;; Author: Protesilaos Stavrou <info@protesilaos.com>
;; URL: https://git.sr.ht/~protesilaos/mct
;; Version: 0.5.0
;; Package-Requires: ((emacs "28.1"))
;; Package-Requires: ((emacs "29.1"))

;; This file is NOT part of GNU Emacs.