Variable: dired-switches-alist

dired-switches-alist is a buffer-local variable defined in dired.el.gz.

Documentation

Keeps track of which switches to use for inserted subdirectories.

This is an alist of the form (SUBDIR . SWITCHES).

Source Code

;; Defined in /usr/src/emacs/lisp/dired.el.gz
(defvar-local dired-switches-alist nil
  "Keeps track of which switches to use for inserted subdirectories.
This is an alist of the form (SUBDIR . SWITCHES).")