Variable: dired-subdir-switches

dired-subdir-switches is a customizable variable defined in dired.el.gz.

Value

nil

Documentation

If non-nil, switches passed to ls for inserting subdirectories.

If nil, dired-listing-switches is used.

Source Code

;; Defined in /usr/src/emacs/lisp/dired.el.gz
(defcustom dired-subdir-switches nil
  "If non-nil, switches passed to `ls' for inserting subdirectories.
If nil, `dired-listing-switches' is used."
  :group 'dired
  :type '(choice (const :tag "Use dired-listing-switches" nil)
                 (string :tag "Switches")))