Skip to content

Commit

Permalink
Fix #4733: aggressive saving of org capture buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
hlissner committed Mar 6, 2021
1 parent 235c386 commit 08de185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lang/org/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit 08de185

Please sign in to comment.