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

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

Automatic matching parenthesis


From: address@hidden
Subject: Automatic matching parenthesis
Date: Sun, 15 Mar 2009 16:31:42 -0700 (PDT)
User-agent: G2/1.0

Hi,

added these lines to my .emacs-file, so that parenthesis are
automatically matched:
(setq skeleton-pair t)
(global-set-key (kbd "(") 'skeleton-pair-insert-maybe)
(global-set-key (kbd "{") 'skeleton-pair-insert-maybe)

But it does not work in cc-mode. Any idea?

Regards,

Chris


reply via email to

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