Emacs major mode for editing HAProxy config files
ef-maris-dark theme
For the antique emacser, put this file into your load-path
and the following into your ~/.emacs
:
(require 'haproxy-mode)
For the modern emacser, here is how that's done with use-package
:
(use-package haproxy-mode)
The mode automatically activates for files called haproxy.cfg