Simple major mode which fontifies configuration files of msmtp (an SMTP client).
Put msmtp-config-mode.el
in your load-path
and add the following to your
Emacs configuration file:
(require 'msmtp-config-mode)
~/.msmtprc
and ${XDG_CONFIG}/msmtp/config
should be recognized
automatically.
Otherwise, run M-x msmtp-config-mode RET
in the buffer, or add
-*-msmtp-config-mode -*-
at the top of the file.
Please open a pull request either on GitLab or on GitHub, or send patches
directly to <[email protected]>
.