Dashboard centering and slime
This commit is contained in:
parent
4f681f35d6
commit
445f4ccf64
2 changed files with 7 additions and 2 deletions
|
|
@ -175,10 +175,10 @@
|
|||
(setopt grid-revert-on-width-change t)
|
||||
(enlight-content
|
||||
(concat
|
||||
(grid-make-box `(:align center :content ,enlight-theurgy-logo :width 40))
|
||||
(grid-make-box `(:align center :content ,enlight-theurgy-logo :width ,(if (equal system-type 'android) 40 80)))
|
||||
"\n\n"
|
||||
(grid-make-box `( :content ,(propertize "Theurgy Emacs" 'face 'variable-pitch-serif-text)
|
||||
:width 40 :align center))
|
||||
:width ,(if (equal system-type 'android) 40 80) :align center))
|
||||
"\n\n"
|
||||
(grid-make-box
|
||||
(dashboard-content))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue