Add :autosave t :ttl nil to Org src popups
Suggested by @fuxialexander
This commit is contained in:
parent
399194e868
commit
6b06cd32ac
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ unfold to point on startup."
|
|||
("^\\*\\(?:Agenda Com\\|Calendar\\|Org \\(?:Export Dispatcher\\|Select\\)\\)"
|
||||
:slot -1 :vslot -1 :size #'+popup-shrink-to-fit :ttl 0)
|
||||
("^\\*Org Agenda" :size 0.35 :select t :ttl nil)
|
||||
("^\\*Org Src" :size 0.3 :quit nil :select t)
|
||||
("^\\*Org Src" :size 0.3 :quit nil :select t :autosave t :ttl nil)
|
||||
("^CAPTURE.*\\.org$" :size 0.2 :quit nil :select t :autosave t))))
|
||||
|
||||
(defun +org|setup-pretty-code ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue