branch: elpa/annotate commit d516a62ae6afe67ce07fd5c5bae42ffdf7a5c723 Author: cage <cage@invalid> Commit: cage <cage@invalid>
- bound 'annotate-autosave' to non nil, enabling the autosave feature as default. --- annotate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotate.el b/annotate.el index 1da5fb735a..69176f4656 100644 --- a/annotate.el +++ b/annotate.el @@ -251,7 +251,7 @@ of lines. The center of the region is the position of the annotation as defined in the database." :type 'number) -(defcustom annotate-autosave nil +(defcustom annotate-autosave t "Whether annotations should be saved after each user action, e.g. new annotation created, existing one amended or deleted." :type 'boolean)