Skip to content

Font lock on repl inserts #189

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Mar 17, 2021

Conversation

dpsutton
Copy link
Contributor

Just a simple call to font lock the repl when inserting

image

@bbatsov
Copy link
Member

bbatsov commented Mar 15, 2021

Won't it be better to just enable font-locking for everything in the inf-clojure buffer? (perhaps controlled by a defcustom) That's just a matter of doing something like:

(clojure-font-lock-setup)

to the major mode init code.

@bbatsov
Copy link
Member

bbatsov commented Mar 15, 2021

My bad, seems we've already done this. Hmm, I wonder what's stripping the font-locking, which normally should be preserved anyways.

@bbatsov bbatsov merged commit f333ffd into clojure-emacs:master Mar 17, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants