Variable: ps-postscript-code-directory

ps-postscript-code-directory is a customizable variable defined in ps-print.el.gz.

Value

"/nix/store/sszxjnwzazz01486dqxi6cpi1wxyg88v-emacs-28-2/share/emacs/28.2/etc/"

Documentation

Directory where it's located the PostScript prologue file used by ps-print.

By default, this directory is the same as in the variable data-directory.

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

Probably introduced at or before Emacs version 20.1.

Source Code

;; Defined in /usr/src/emacs/lisp/ps-print.el.gz
(defcustom ps-postscript-code-directory data-directory
  "Directory where it's located the PostScript prologue file used by ps-print.
By default, this directory is the same as in the variable `data-directory'."
  :type 'directory
  :version "20"
  :group 'ps-print-miscellany)