mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add '*Org Agenda*' buffers to shackle-rules
This commit is contained in:
@ -26,6 +26,7 @@
|
|||||||
("^\\*Org Src .+\\*$" :regexp t :align below :size 0.4 :select t)
|
("^\\*Org Src .+\\*$" :regexp t :align below :size 0.4 :select t)
|
||||||
("^\\*Org-Babel.*\\*$" :regexp t :align below :size 0.4)
|
("^\\*Org-Babel.*\\*$" :regexp t :align below :size 0.4)
|
||||||
(org-agenda-mode :align below :size 0.4)
|
(org-agenda-mode :align below :size 0.4)
|
||||||
|
("*Org Agenda*" :align below :size 0.4)
|
||||||
("*Agenda Commands*" :align below :size 0.5)
|
("*Agenda Commands*" :align below :size 0.5)
|
||||||
(" *Org todo*" :align below :size 5 :noselect t)
|
(" *Org todo*" :align below :size 5 :noselect t)
|
||||||
("*Org Links*" :align below :size 5)
|
("*Org Links*" :align below :size 5)
|
||||||
|
Reference in New Issue
Block a user