port19x / haproxy-mode

Major mode for editing HAProxy config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Major mode for editing HAProxy config files

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%