/banner-comment

Trivial emacs package to turn a comment into a banner

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

Emacs package banner-comment

Trivial Emacs package to format a comment as a banner. Will reformat an existing banner.

demo

The only defun provided is banner-comment. Suggested use-package initialization:

(use-package banner-comment
  :commands (banner-comment)
  :bind ("C-c h" . banner-comment))

Submit issues or PRs if you need something more from it!