General cleanup

This commit is contained in:
Henrik Lissner 2016-06-18 01:30:12 -04:00
parent c40cfaa5cd
commit 8638eb710f
9 changed files with 38 additions and 41 deletions

View file

@ -16,7 +16,8 @@
("*minor-modes*" :align below :size 0.5 :noselect t)
("*eval*" :align below :size 16 :noselect t)
;; Doom
("*doom*" :align below :size 35 :select t)
(" *doom*" :align below :size 35 :select t)
("^\\*doom:.+\\*$" :align below :size 35 :select t :regexp t)
("^\\*doom.+\\*$" :align below :size 12 :noselect t :regexp t)
;; Emacs
("*Pp Eval Output*" :align below :size 0.3)