Variable: hywiki-yank-reformat-function
hywiki-yank-reformat-function is a variable defined in hywiki.el.
Value
ignore
Documentation
*A function of two arguments, START and END, invoked after a hywiki-yank.
It should reformat the region given by the arguments to some preferred style. Default value is to perform no reformatting.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hywiki.el
(defvar hywiki-yank-reformat-function #'ignore
"*A function of two arguments, START and END, invoked after a `hywiki-yank'.
It should reformat the region given by the arguments to some preferred style.
Default value is to perform no reformatting.")