Rancier, Jeff wrote:
Is there a simple way to have c++-mode behave (or inherit) my customizations
for c-mode?

Put your customizations in a c-mode-common-hook function, or if you
don't want those customizations affecting Objective-C, Java, etc.
buffers: (add-hook 'c++-mode-hook (lambda () (run-hooks 'c-mode-hook)))

--
Kevin Rodgers



_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to