js-comint
js-comint copied to clipboard
Add support for Emacs 27
Hello! It is not possible to use this package on Debian 11 without modifications because it requires Emacs 28.1. Emacs 27.1 is still vastly used and not really ancient. Please consider requiring Emacs 27.1:
;;; Package-Requires: ((emacs "27.1"))
looks only unit test code are using 28+ api. You can use js-comint.el directly in emacs 27.
Right, but I can't install it using standard method of package-install.
M-x package-install-file, or set up load-path, see https://www.gnu.org/software/emacs/manual/html_node/eintr/Loading-Files.html