help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Continuation of comments in f90-mode with auto-fill


From: Bernardo
Subject: Re: Continuation of comments in f90-mode with auto-fill
Date: Thu, 15 Jan 2015 08:38:05 +1100
User-agent: Gnus/5.13 (Gnus v5.13)

> When in f90-mode with auto-fill-mode, emacs continues a comment by
> indenting the new line and inserting a single '!' character at the
> beginning. How do I change this string, say to "!! "?

completely untested but may give you an idea:

(add-hook 'f90-hook
  (lambda ()
    (setq comment-start "!! ")))



reply via email to

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