[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CC Mode 5.25 (C); how do I turn off C-mode editing
From: |
Martin Stjernholm |
Subject: |
Re: CC Mode 5.25 (C); how do I turn off C-mode editing |
Date: |
15 Nov 2000 00:42:14 +0100 |
Steve Hampson <hampson@slade.ics.uci.edu> wrote:
> How can I turn off the C-specific stuff in emacs? Is there some
> sort of initialization file I can edit?
Guess you want to remove the file extension associations to CC Mode
from the auto-mode-alist variable. As a quick-and-dirty alternative
something like this in your .emacs should work, I think:
(add-hook 'c-mode-hook 'fundamental-mode)