Fix #4733: aggressive saving of org capture buffers

This commit is contained in:
Henrik Lissner 2021-03-06 00:53:18 -05:00
parent 235c386368
commit 08de1856fa

View file

@ -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 ()