Add/fix popup rules for org attach & export popups
This commit is contained in:
parent
ac87afe34b
commit
83414d1227
1 changed files with 4 additions and 4 deletions
|
@ -666,9 +666,9 @@ between the two."
|
|||
(defun +org-init-popup-rules-h ()
|
||||
(set-popup-rules!
|
||||
'(("^\\*Org Links" :slot -1 :vslot -1 :size 2 :ttl 0)
|
||||
("^\\*\\(?:Agenda Com\\|Calendar\\|Org Export Dispatcher\\)"
|
||||
("^ ?\\*\\(?:Agenda Com\\|Calendar\\|Org Export Dispatcher\\)"
|
||||
:slot -1 :vslot -1 :size #'+popup-shrink-to-fit :ttl 0)
|
||||
("^\\*Org Select" :slot -1 :vslot -2 :ttl 0 :size 0.25)
|
||||
("^\\*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)
|
||||
("^CAPTURE-.*\\.org$" :size 0.25 :quit nil :select t :autosave t))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue