Reputation: 3364
How do I enable the syntax highlighting mode for SLIME in emacs?
Upvotes: 2
Views: 898
Reputation: 56665
I guess that by SLIME you mean the SLIME REPL. It uses repl major mode and you cannot just enable font-locking for it, since there is one enabled already and it's simply different from that in lisp-mode and clojure-mode for instance. Your best bet might be to play around with the font-lock faces for repl-mode. This article might prove helpful.
Upvotes: 2