Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 826 Bytes

README.org

File metadata and controls

32 lines (20 loc) · 826 Bytes

msmtp-config-mode

Simple major mode which fontifies configuration files of msmtp (an SMTP client).

Installation

Put msmtp-config-mode.el in your load-path and add the following to your Emacs configuration file:

(require 'msmtp-config-mode)

Usage

~/.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.

Contributing

Please open a pull request either on GitLab or on GitHub, or send patches directly to <[email protected]>.

License

GPL v3.