Function: hfy-initfile
hfy-initfile is a byte-compiled function defined in htmlfontify.el.gz.
Signature
(hfy-initfile)
Documentation
Return the expected location of the htmlfontify specific init/custom file.
Source Code
;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
;; name of the init file we want:
(defun hfy-initfile ()
"Return the expected location of the htmlfontify specific init/custom file."
(let* ((file (or (getenv "HFY_INITFILE") ".hfy.el")))
(expand-file-name file "~") ))