Variable: activities-tabs-before-resume-functions

activities-tabs-before-resume-functions is a customizable variable defined in activities-tabs.el.

Value

nil

Documentation

Functions called before resuming an activity.

Each is called with one argument, the activity.

Source Code

;; Defined in ~/.emacs.d/elpa/activities-0.7.2/activities-tabs.el
(defcustom activities-tabs-before-resume-functions nil
  "Functions called before resuming an activity.
Each is called with one argument, the activity."
  :type 'hook)