Variable: ps-postscript-code-directory
ps-postscript-code-directory is a customizable variable defined in
ps-print.el.gz.
Value
"/nix/store/yvwy8dm26cpa1j12ixgs1dyiaw2abdk9-emacs-snapshot/share/emacs/31.0.50/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)