diff -r b7d7ad68eee5 -r 4e178d40ede8 .emacs-my --- a/.emacs-my Thu Jul 15 00:26:36 2010 +0300 +++ b/.emacs-my Thu Jul 22 15:17:48 2010 +0300 @@ -34,9 +34,11 @@ "List of development modes.") (defvar my-devel-mode-hook-list - '(sh-mode-hook script-mode-hook java-mode-hook c-mode-hook - makefile-mode-hook makefile-gmake-mode-hook python-mode-hook - lisp-mode-hook emacs-lisp-mode-hook) + '(sh-mode-hook script-mode-hook + c-mode-hook c++-mode-hook java-mode-hook + python-mode-hook + makefile-mode-hook makefile-gmake-mode-hook + lisp-mode-hook emacs-lisp-mode-hook) "List of development mode hooks.") (defvar my-scroll-margin-mode-hook-list