mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #4733: aggressive saving of org capture buffers
This commit is contained in:
@ -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 ()
|
||||
|
Reference in New Issue
Block a user