conf-space-mode

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


(conf-space-mode)

Parent mode: `conf-unix-mode'.

Conf Mode starter for space separated conf files.
"Assignments" are with ` '. Keywords before the parameters are
recognized according to the variable `conf-space-keywords-alist'.
Alternatively, you can specify a value for the file local variable
`conf-space-keywords'.
Use the function `conf-space-keywords' if you want to specify keywords
in an interactive fashion instead.

For details see `conf-mode'. Example:

# Conf mode font-locks this right with M-x conf-space-mode (space separated)

image/jpeg jpeg jpg jpe
image/png png
image/tiff tiff tif

# Or with keywords (from a recognized file name):
class desktop
# Standard multimedia devices
add /dev/audio desktop
add /dev/mixer desktop

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