Variable: bookmark-bmenu-file-column

bookmark-bmenu-file-column is a customizable variable defined in bookmark.el.gz.

Value

30

Documentation

Column at which to display filenames in a buffer listing bookmarks.

You can toggle whether files are shown with t (bookmark-bmenu-toggle-filenames).

Source Code

;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defcustom bookmark-bmenu-file-column 30
  "Column at which to display filenames in a buffer listing bookmarks.
You can toggle whether files are shown with \\<bookmark-bmenu-mode-map>\\[bookmark-bmenu-toggle-filenames]."
  :type 'integer)