Variable: ebrowse-tree-left-margin

ebrowse-tree-left-margin is a customizable variable defined in ebrowse.el.gz.

Value

2

Documentation

Amount of space left at the left side of the tree display.

This space is used to display markers.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/ebrowse.el.gz
(defcustom ebrowse-tree-left-margin 2
  "Amount of space left at the left side of the tree display.
This space is used to display markers."
  :type 'integer)