ada-mode-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ada-mode-users] Ada-mode unconditionally sets comment-padding


From: SCHOEPFLIN Markus
Subject: Re: [Ada-mode-users] Ada-mode unconditionally sets comment-padding
Date: Tue, 4 Oct 2016 08:58:22 +0000

[...]
 
> You can set comment-padding in ada-mode-hook (which is run after the
> above code):
> 
> (add-hook 'ada-mode-hook
>     (lambda () (setq comment-padding " ")))
> 
> or whatever you want it set to.
> 
> Is that sufficient?

Yes, that works nicely for us.

Thanks,
Markus



reply via email to

[Prev in Thread] Current Thread [Next in Thread]