Variable: allout-file-xref-bullet

allout-file-xref-bullet is a customizable variable defined in allout.el.gz.

Value

"@"

Documentation

Bullet signifying file cross-references, for allout-resolve-xref.

Set this var to the bullet you want to use for file cross-references.

Source Code

;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_  = allout-file-xref-bullet
(defcustom allout-file-xref-bullet "@"
  "Bullet signifying file cross-references, for `allout-resolve-xref'.

Set this var to the bullet you want to use for file cross-references."
  :type '(choice (const nil) string)
  :group 'allout)