Emacs major mode for editing FreeRadius server config files and Unlang.
- Syntax highlighting
- Indentation
- Clone the repo
git clone https://github.com/VersBinarii/freeradius-mode
- Load the file from the cloned repository in your .emacs.d/init.e
(load "/path/to/cloned/repo/freeradius-mode.el")
- Require it:
(require 'freeradius-mode)