Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Font lock on repl inserts #189

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants