conf-unix-mode

conf-unix-mode is an interactive autoloaded compiled Lisp function in `conf-mode.el'.


(conf-unix-mode)

Parent mode: `conf-mode'.

Conf Mode starter for Unix style Conf files.
Comments start with `#'.
For details see `conf-mode'. Example:

# Conf mode font-locks this right on Unix and with M-x conf-unix-mode

[Desktop Entry]
Encoding=UTF-8
Name=The GIMP
Name[ca]=El GIMP
Name[cs]=GIMP

In addition to any hooks its parent mode might have run,
this mode runs the hook `conf-unix-mode-hook', as the final step
during initialization.