Variable: hyrolo-kill-buffers-after-use

hyrolo-kill-buffers-after-use is a customizable variable defined in hyrolo.el.

Value

nil

Documentation

Non-nil means kill rolo file buffers after searching them for entries.

Only unmodified buffers are killed.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defcustom hyrolo-kill-buffers-after-use nil
  "Non-nil means kill rolo file buffers after searching them for entries.
Only unmodified buffers are killed."
  :type 'boolean
  :group 'hyperbole-hyrolo)