Variable: dired-guess-shell-znew-switches

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

Value

nil

Documentation

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

This variable was added, or its default value changed, in Emacs 29.1.

Source Code

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