Add '*Org Agenda*' buffers to shackle-rules

This commit is contained in:
Henrik Lissner 2016-02-06 22:23:11 -05:00
parent affcb53d04
commit 66f734ab20

View file

@ -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)