Hello Sharon!

Sharon Kimble <[email protected]> writes:
> Clemens Schüller <[email protected]> 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

_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to