mu4e: Place provide forms in their own sections

Use "_" as the title of that section so that it is less distracting
when sections are collapsed to get an overview of the library.

Using a separate section is useful because it reduces the risk of
accidentally into the middle of a library.
This commit is contained in:
Jonas Bernoulli
2020-02-11 13:26:45 +01:00
committed by Dirk-Jan C. Binnema
parent 6c58a311d1
commit 040c6578be
19 changed files with 20 additions and 10 deletions

View File

@ -216,7 +216,7 @@ buffers found, compose a new message and then attach the file."
(setq files-to-attach (cdr files-to-attach)))
(message "Attached file(s) %s" files-str))
(message "No buffer to attach file to.")))))
;;; end of eshell functions
;;; _
(provide 'mu4e-contrib)
;;; mu4e-contrib.el ends here