info-gnus-english
[Top][All Lists]
Advanced

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

Re: Line length when writing an email


From: Clemens Schüller
Subject: Re: Line length when writing an email
Date: Mon, 21 Apr 2014 18:49:10 +0200
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4.50 (gnu/linux)

Hello Sharon!

Sharon Kimble <boudiccas@talktalk.net> writes:
> Clemens Schüller <cs.mlists+info-gnus@mailbox.org> writes:

>> ╭────
>> │(add-hook 'message-mode-hook
>> │(lambda ()
>> │  (setq fill-column 78)
>> │  (turn-on-auto-fill)))
>> ╰────
>>
>> This should work.
> Thanks Clemens, this works beautifully. How did you get the solid lines round
> your box-quote please? It makes it stand out and look very professional! :)

I have the following code in my .emacs:

--8<---------------cut here---------------start------------->8---
(setq boxquote-top-and-tail "────"
      boxquote-top-corner "╭"
      boxquote-bottom-corner "╰"
      boxquote-side "│"
)
--8<---------------cut here---------------end--------------->8---


-- 
Best Regards, Clemens Schüller



reply via email to

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