Variable: ebrowse-source-file-column

ebrowse-source-file-column is a customizable variable defined in ebrowse.el.gz.

Value

40

Documentation

The column in which source file names are displayed in the tree.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/ebrowse.el.gz
(defcustom ebrowse-source-file-column 40
  "The column in which source file names are displayed in the tree."
  :type 'integer)