Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 742 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 742 Bytes

HAProxy Mode

Emacs major mode for editing HAProxy config files

MELPA MELPA Stable

Preview

preview

ef-maris-dark theme

Usage

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