I have emacs version 25.0, I enable prettify-symbols-mode
, and type (lambda () t)
but it doesn't prettify. How do I use this mode? Also what symbols are available and how can I configure it? Any references are appreciated.
Edit: Nothing happened in scratch
buffer and Markdown
mode, but when I tried in a Emacs-lisp
mode, It did prettify, but now I got a question mark instead of the lambda symbol, how do I fix that?
Edit: I asked the related question here.
Edit: This SO question solved the unicode problem.