mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
lang/org: fix oversized *Org Select* popup
This commit is contained in:
@ -696,8 +696,9 @@ between the two."
|
|||||||
(defun +org-init-popup-rules-h ()
|
(defun +org-init-popup-rules-h ()
|
||||||
(set-popup-rules!
|
(set-popup-rules!
|
||||||
'(("^\\*Org Links" :slot -1 :vslot -1 :size 2 :ttl 0)
|
'(("^\\*Org Links" :slot -1 :vslot -1 :size 2 :ttl 0)
|
||||||
("^\\*\\(?:Agenda Com\\|Calendar\\|Org \\(?:Export Dispatcher\\|Select\\)\\)"
|
("^\\*\\(?:Agenda Com\\|Calendar\\|Org Export Dispatcher\\)"
|
||||||
:slot -1 :vslot -1 :size #'+popup-shrink-to-fit :ttl 0)
|
:slot -1 :vslot -1 :size #'+popup-shrink-to-fit :ttl 0)
|
||||||
|
("^\\*Org Select" :slot -1 :vslot -2 :ttl 0 :size 0.25)
|
||||||
("^\\*Org Agenda" :ignore t)
|
("^\\*Org Agenda" :ignore t)
|
||||||
("^\\*Org Src" :size 0.4 :quit nil :select t :autosave t :modeline t :ttl nil)
|
("^\\*Org Src" :size 0.4 :quit nil :select t :autosave t :modeline t :ttl nil)
|
||||||
("^CAPTURE.*\\.org$" :size 0.2 :quit nil :select t :autosave t))))
|
("^CAPTURE.*\\.org$" :size 0.2 :quit nil :select t :autosave t))))
|
||||||
|
Reference in New Issue
Block a user