From 08de1856fa25e0f1575f45f14383300f762c2101 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 6 Mar 2021 00:53:18 -0500 Subject: [PATCH] Fix #4733: aggressive saving of org capture buffers --- modules/lang/org/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index f216797e2..a4f007002 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -881,7 +881,7 @@ between the two." ("^\\*Org Agenda" :ignore t) ("^\\*Org Src" :size 0.4 :quit nil :select t :autosave t :modeline t :ttl nil) ("^\\*Org-Babel") - ("^CAPTURE-.*\\.org$" :size 0.25 :quit nil :select t :autosave t)))) + ("^CAPTURE-.*\\.org$" :size 0.25 :quit nil :select t :autosave ignore)))) (defun +org-init-protocol-lazy-loader-h ()