Variable: uniquify-min-dir-content

uniquify-min-dir-content is a customizable variable defined in uniquify.el.gz.

Value

0

Documentation

Minimum number of directory name components included in buffer name.

Setting this variable directly will not usually take effect; use either M-x customize (customize) or setopt, or call uniquify--set-option; otherwise reload your buffers.

Source Code

;; Defined in /usr/src/emacs/lisp/uniquify.el.gz
(defcustom uniquify-min-dir-content 0
  "Minimum number of directory name components included in buffer name.
Setting this variable directly will not usually take effect; use either
\\[customize] or `setopt', or call `uniquify--set-option'; otherwise
reload your buffers."
  :type 'integer
  :initialize #'custom-initialize-default
  :set #'uniquify--set-option)