branch: externals/denote
commit 19fd62fb6bcf8a7973b9ab975f9d7687ec4bb226
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Fix critical typo that broke name of user option
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 4115d076e5..c2816830f3 100644
--- a/denote.el
+++ b/denote.el
@@ -140,7 +140,7 @@ the function `denote-directory' instead."
   :link '(info-link "(denote) Maintain separate directories for notes")
   :type 'directory)
 
-(defcustom denote-save-buffer-after-creation4 nil
+(defcustom denote-save-buffer-after-creation nil
   "Control whether commands that creeate new notes save their buffer outright.
 
 The default behaviour of commands such as `denote' (or related)

Reply via email to