Function: conf-xdefaults-mode
conf-xdefaults-mode is an autoloaded, interactive and byte-compiled
function defined in conf-mode.el.gz.
Signature
(conf-xdefaults-mode)
Documentation
Conf Mode starter for Xdefaults files.
Comments start with ! and "assignments" are with :.
For details see conf-mode. Example:
! Conf mode font-locks this right with M-x conf-xdefaults-mode (conf-xdefaults-mode) (.Xdefaults)
*background: gray99
*foreground: black
In addition to any hooks its parent mode conf-colon-mode might have
run, this mode runs the hook conf-xdefaults-mode-hook, as the final or
penultimate step during initialization.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/conf-mode.el.gz
;;;###autoload
(define-derived-mode conf-xdefaults-mode conf-colon-mode "Conf[Xdefaults]"
"Conf Mode starter for Xdefaults files.
Comments start with `!' and \"assignments\" are with `:'.
For details see `conf-mode'. Example:
! Conf mode font-locks this right with \\[conf-xdefaults-mode] (.Xdefaults)
*background: gray99
*foreground: black"
(conf-mode-initialize "!"))