Variable: dired-guess-shell-znew-switches

dired-guess-shell-znew-switches is a customizable variable defined in dired-x.el.gz.

Value

nil

Documentation

If non-nil, then string of switches passed to znew, example: "-K".

Source Code

;; Defined in /usr/src/emacs/lisp/dired-x.el.gz
(defcustom dired-guess-shell-znew-switches nil
  "If non-nil, then string of switches passed to `znew', example: \"-K\"."
  :type '(choice (const :tag "None" nil)
		 (string :tag "Switches"))
  :group 'dired-x)