Variable: conf-desktop-mode-hook
conf-desktop-mode-hook is a variable defined in conf-mode.el.gz.
Value
nil
Documentation
Hook run after entering Conf[Desktop] mode.
No problems result if this variable is not bound.
add-hook automatically binds it. (This is true for all hook variables.)
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/conf-mode.el.gz
;;;###autoload
(define-derived-mode conf-desktop-mode conf-unix-mode "Conf[Desktop]"
"Conf Mode started for freedesktop.org Desktop files.
Comments start with `#' and \"assignments\" are with `='.
For details see `conf-mode'.
# Conf mode font-locks this correctly with \\[conf-desktop-mode]
[Desktop Entry]
Name=GNU Image Manipulation Program
Name[oc]=Editor d'imatge GIMP
Exec=gimp-2.8 %U
Terminal=false"
(conf-mode-initialize "#" 'conf-desktop-font-lock-keywords)
(conf-quote-normal nil))