tweak(org): larger capture/src popups by default
This commit is contained in:
parent
fca8bd7f3f
commit
5941a41fd9
2 changed files with 4 additions and 4 deletions
|
@ -991,9 +991,9 @@ between the two."
|
|||
:slot -1 :vslot -1 :size #'+popup-shrink-to-fit :ttl 0)
|
||||
("^\\*Org \\(?:Select\\|Attach\\)" :slot -1 :vslot -2 :ttl 0 :size 0.25)
|
||||
("^\\*Org Agenda" :ignore t)
|
||||
("^\\*Org Src" :size 0.4 :quit nil :select t :autosave t :modeline t :ttl nil)
|
||||
("^\\*Org Src" :size 0.42 :quit nil :select t :autosave t :modeline t :ttl nil)
|
||||
("^\\*Org-Babel")
|
||||
("^\\*Capture\\*$\\|CAPTURE-.*$" :size 0.25 :quit nil :select t :autosave ignore))))
|
||||
("^\\*Capture\\*$\\|CAPTURE-.*$" :size 0.42 :quit nil :select t :autosave ignore))))
|
||||
|
||||
|
||||
(defun +org-init-protocol-lazy-loader-h ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue