Function: htmlfontify-load-initfile
htmlfontify-load-initfile is an interactive and byte-compiled function
defined in htmlfontify.el.gz.
Signature
(htmlfontify-load-initfile)
Documentation
Load the htmlfontify specific init/custom file.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defun htmlfontify-load-initfile ()
"Load the htmlfontify specific init/custom file."
(interactive)
(let ((file (hfy-initfile)))
(load file 'NOERROR nil nil) ))