We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782bcd9 commit d285b62Copy full SHA for d285b62
inf-clojure.el
@@ -1,4 +1,4 @@
1
-;;; inf-clojure.el --- Run an external Clojure process in an Emacs buffer -*- lexical-binding: t; -*-
+;;; inf-clojure.el --- Basic interaction with a Clojure REPL -*- lexical-binding: t; -*-
2
3
;; Copyright © 2014-2025 Bozhidar Batsov
4
@@ -8,7 +8,7 @@
8
;; URL: http://github.com/clojure-emacs/inf-clojure
9
;; Keywords: processes, comint, clojure
10
;; Version: 3.3.0-snapshot
11
-;; Package-Requires: ((emacs "27") (clojure-mode "5.11"))
+;; Package-Requires: ((emacs "27.1") (clojure-mode "5.11"))
12
13
;; This file is not part of GNU Emacs.
14
0 commit comments