Variable: hyrolo-yank-reformat-function

hyrolo-yank-reformat-function is a variable defined in hyrolo.el.

Value

ignore

Documentation

*A function of two arguments, START and END, invoked after a hyrolo-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-20260414.325/hyrolo.el
(defvar hyrolo-yank-reformat-function #'ignore
  "*A function of two arguments, START and END, invoked after a `hyrolo-yank'.
It should reformat the region given by the arguments to some preferred style.
Default value is to perform no reformatting.")