emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-clojure 6a4329b 100/313: Font-lock code in the REPL


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure 6a4329b 100/313: Font-lock code in the REPL
Date: Wed, 11 Aug 2021 09:59:55 -0400 (EDT)

branch: elpa/inf-clojure
commit 6a4329bd34a259f4a56ff91f028555abd5f0061b
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@batsov.com>

    Font-lock code in the REPL
---
 CHANGELOG.md   | 1 +
 inf-clojure.el | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 686cc76..5f3a98e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
 * [#46](https://github.com/clojure-emacs/inf-clojure/pull/46): Make it 
possible to disable prompt on `inf-clojure-set-ns`.
 * New interactive command `inf-clojure-display-version`.
 * [#42](https://github.com/clojure-emacs/inf-clojure/issues/42): Add a 
defcustom controlling the window in which the REPL buffer is displayed 
(`inf-clojure-repl-use-same-window`).
+* Font-lock the code in the REPL.
 
 ### Changes
 
diff --git a/inf-clojure.el b/inf-clojure.el
index 2fdb97e..43f4307 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -275,6 +275,7 @@ to continue it."
   (setq comint-prompt-regexp inf-clojure-comint-prompt-regexp)
   (setq mode-line-process '(":%s"))
   (clojure-mode-variables)
+  (clojure-font-lock-setup)
   (inf-clojure-eldoc-setup)
   (setq comint-get-old-input #'inf-clojure-get-old-input)
   (setq comint-input-filter #'inf-clojure-input-filter)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]