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

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

Re: Toggle commenting in auctex?


From: Rupert Swarbrick
Subject: Re: Toggle commenting in auctex?
Date: Fri, 18 Apr 2008 08:58:05 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Try something like

(global-set-key "\C-d" 'comment-dwim)

Of course, C-d is normally delete character... you might want to find
a different key to bind comments to. For more info, see chapter 57.4
of the emacs manual.

Rupert


reply via email to

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