Fix #4733: aggressive saving of org capture buffers
This commit is contained in:
parent
235c386368
commit
08de1856fa
1 changed files with 1 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue