Variable: activities-before-resume-functions

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

Value

nil

Documentation

Functions called before resuming an activity.

Called with one argument, the activity.

Source Code

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