emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/annotate 0641d322af 2/4: [fix] make autosave disabled by d


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 0641d322af 2/4: [fix] make autosave disabled by default
Date: Wed, 5 Mar 2025 13:00:11 -0500 (EST)

branch: elpa/annotate
commit 0641d322af8aac39da1b1559d9f531294ce02b00
Author: Kirill Krasnoshchekov <krvkir@gmail.com>
Commit: Kirill Krasnoshchekov <krvkir@gmail.com>

    [fix] make autosave disabled by default
---
 annotate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/annotate.el b/annotate.el
index 235d398e16..3ba6d4cbf0 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 t
+(defcustom annotate-autosave nil
   "Whether annotations should be saved after each user action,
 e.g. new annotation created, existing one amenede or deleted."
   :type 'boolean)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]