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

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

bug#5522: emacs does not activate c++ mode when opening a cxxtest file


From: Nil Geisweiller
Subject: bug#5522: emacs does not activate c++ mode when opening a cxxtest file
Date: Thu, 4 Feb 2010 11:58:59 +0200

Hi,

cxxtest files http://cxxtest.tigris.org/ are essentially C++ code

I added

(setq auto-mode-alist (cons '("\\.cxxtest$" . c++-mode) auto-mode-alist))

in my .emacs and it works just fine.

But it would be good if emacs could load them in C++ mode
automatically without adding that config line.

Thanks
Nil







reply via email to

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