Function: hyrolo-set-display-buffer-mode

hyrolo-set-display-buffer-mode is a byte-compiled function defined in hyrolo.el.

Signature

(hyrolo-set-display-buffer-mode)

Documentation

With curr buffer *HyRolo*, set its mode to hyrolo-mode.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defun hyrolo-set-display-buffer-mode ()
  "With curr buffer *HyRolo*, set its mode to `hyrolo-mode'."
  (with-current-buffer hyrolo-display-buffer
    (unless (or (eq major-mode 'hyrolo-mode)
                (hyperb:stack-frame '(hyrolo-yank)))
      (hyrolo-mode))))