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.