Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 859 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 859 Bytes

Emacs Click Mode MELPA badge

click-mode is an Emacs major mode for editting Click Modular Router configuration files. It provides basic syntax highlighting and indentation, making click files nearly comprehensible!

Screenshot

Install

click-mode is available on melpa. You can install it with:

M-x package-install RET click-mode RET

Then simply open a .click file and enjoy!

You may also want to add this to your .emacs:

(add-to-list 'auto-mode-alist '("\\.template\\'" . click-mode))
(add-to-list 'auto-mode-alist '("\\.inc\\'" . click-mode))