Variable: c-initialization-hook
c-initialization-hook is a customizable variable defined in
cc-vars.el.gz.
Value
nil
Documentation
Hook called when the CC Mode package gets initialized.
This hook is only run once per Emacs session and can be used as a
load-hook or in place of using eval-after-load.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cc-vars.el.gz
(defcustom c-initialization-hook nil
"Hook called when the CC Mode package gets initialized.
This hook is only run once per Emacs session and can be used as a
`load-hook' or in place of using `eval-after-load'."
:type 'hook
:group 'c)