emacs-devel
[Top][All Lists]
Advanced

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

Re: Upcoming loss of usability of Emacs source files and Emacs.


From: Juri Linkov
Subject: Re: Upcoming loss of usability of Emacs source files and Emacs.
Date: Tue, 23 Jun 2015 01:22:18 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (x86_64-pc-linux-gnu)

> In the meantime I've put the following into my ~/.emacs startup file:
>
> (if (fboundp 'electric-quote-mode)
>     (electric-quote-mode))

Or another way to do the same: (add-to-list 'insert-pair-alist '(?\' ?\‘ ?\’))
e.g. together with (define-key esc-map "'"  'insert-pair)



reply via email to

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