Hello All,
What is the equivalent of c-mode-common-hook for jde?
I have this in my .emacs file
(defun anna-c-mode-common-hook ()
(c-set-style "gnu")
(setq c-tab-always-indent t)
(c-comment-only-line-offset . 0)
)
(add-hook 'c-mode-common-hook 'anna-c-mode-common-hook)
But when I open the .java files my style is
still set to "linux" and not "gnu" (as I had set in my
function above).
Doesn't JDE use this hook?
Rgds,
anna
--
I tried to get in touch with my inner child,
but he isn't allowed to talk to strangers.