Variable: activities-always-persist
activities-always-persist is a customizable variable defined in
activities.el.
Value
t
Documentation
Always persist activity states to disk when saving.
When disabled, only persist them when exiting Emacs.
Generally, leaving this enabled should be fine. However, in case of unusual bugs, it could be helpful to only save upon exiting Emacs, so that any unusual state that caused a crash would not be persisted.
Source Code
;; Defined in ~/.emacs.d/elpa/activities-0.7.2/activities.el
(defcustom activities-always-persist t
"Always persist activity states to disk when saving.
When disabled, only persist them when exiting Emacs.
Generally, leaving this enabled should be fine. However, in case
of unusual bugs, it could be helpful to only save upon exiting
Emacs, so that any unusual state that caused a crash would not be
persisted."
:type 'boolean)