Skip to content

bmalehorn/click-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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))

About

Emacs major mode for the Click Modular Router Project

Resources

License

Stars

Watchers

Forks

Packages

No packages published