Hello jde,

I want to have my standard indentation (in JDE mode) of Java code to
be TAB, with the default indentation level of 2.

I try with:

(defun my-jde-mode-hook ()
  (setq c-basic-indent 1) 
  (setq tab-width 2)
)
(add-hook 'jde-mode-hook 'my-jde-mode-hook)

BUT it's NOT working !! WHY ??

-- 
Best regards,
 Joel                          mailto:[EMAIL PROTECTED]

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
Yahoo! Mail : http://fr.mail.yahoo.com

Reply via email to