Variable: activities-resume-into-frame

activities-resume-into-frame is a customizable variable defined in activities.el.

Value

current

Documentation

Which frame to resume an activity into.

Only applies when activities-tabs-mode(var)/activities-tabs-mode(fun) is disabled.

Source Code

;; Defined in ~/.emacs.d/elpa/activities-0.7.2/activities.el
(defcustom activities-resume-into-frame 'current
  "Which frame to resume an activity into.
Only applies when `activities-tabs-mode' is disabled."
  :type '(choice (const :tag "Current frame"
                        :doc "Replace current frame's window configuration"
                        current)
                 (const :tag "New frame" :doc "Make a new frame" new)))