I am not getting indentation or colors when I open a cpp/h file with my emacs/xemacs installation on windows. Could you please advise what I need to do in my settings file to make this happen? Thanks
|
feedback
|
|
It's the See the content of auto-mode-alist by doing a C-h v auto-mode-alist RET. You could also try to define the association by yourself like this :
Also note that .h files are by default considered C files, not C++. | |||
|
feedback
|
|
Do your files have a Please have a look at emacs faq | |||
|
feedback
|