help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: can emacs do this


From: Rusi
Subject: Re: can emacs do this
Date: Thu, 15 Jan 2015 09:27:11 -0800 (PST)
User-agent: G2/1.0

On Thursday, January 15, 2015 at 7:53:14 PM UTC+5:30, Stefan Monnier wrote:
> > What facilities of emacs can be used for this?
> 
> The standard facility for that in recent Emacsen is
> `prettify-symbols-mode', which you can set up with something like
> 
>    (add-hook 'python-mode-hook
>              (lambda ()
>                (setq-local prettify-symbols-alist
>                            '(("lambda" . ?λ)
>                              ("math.sqrt" . ?√)
>                              ("math.pi" . ?π)
>                              ("sum" . ?Σ)))
>                (prettify-symbols-mode 1)))


Doesn't work in 24.3.1 does it?


reply via email to

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