Variable: activities-after-resume-functions
activities-after-resume-functions is a customizable variable defined
in activities.el.
Value
nil
Documentation
Functions called after resuming an activity.
Called with one argument, the activity.
Source Code
;; Defined in ~/.emacs.d/elpa/activities-0.7.2/activities.el
(defcustom activities-after-resume-functions nil
"Functions called after resuming an activity.
Called with one argument, the activity."
:type 'hook)