Variable: facemenu-new-faces-at-end

facemenu-new-faces-at-end is a customizable variable defined in facemenu.el.gz.

Value

t

Documentation

Where in the menu to insert newly-created faces.

This should be nil to put them at the top of the menu, or t to put them just before "Other" at the end.

Source Code

;; Defined in /usr/src/emacs/lisp/facemenu.el.gz
(defcustom facemenu-new-faces-at-end t
  "Where in the menu to insert newly-created faces.
This should be nil to put them at the top of the menu, or t to put them
just before \"Other\" at the end."
  :type 'boolean
  :group 'facemenu)