alignment and padding
This commit is contained in:
parent
65098c6080
commit
eac1c742ae
1 changed files with 37 additions and 34 deletions
|
@ -131,7 +131,8 @@
|
|||
"Return the android dashboard."
|
||||
`(:content ,(concat
|
||||
(grid-make-row
|
||||
(list (grid-make-column (list (grid-make-box `(:content ,(concat
|
||||
`(:align center
|
||||
:content ,(concat (grid-make-column (list (grid-make-box `(:content ,(concat
|
||||
(enlight-menu
|
||||
'(("Exobrain"
|
||||
("Agenda" (org-agenda nil "a") "a")
|
||||
|
@ -139,6 +140,7 @@
|
|||
("Capture" org-capture "c")))))
|
||||
:align center
|
||||
:width 20))
|
||||
"\n\n"
|
||||
(grid-make-box `(:content ,(concat
|
||||
(enlight-menu
|
||||
'(("Projects"
|
||||
|
@ -156,6 +158,7 @@
|
|||
("Weather" theurgy-show-weather "w")))))
|
||||
:align center
|
||||
:width 20))
|
||||
"\n\n"
|
||||
(grid-make-box `(:content ,(concat
|
||||
(enlight-menu
|
||||
'(("Meta"
|
||||
|
@ -164,7 +167,7 @@
|
|||
("Init Dir" (dired user-emacs-directory) "e")
|
||||
("Info" info "h")))))
|
||||
:align center
|
||||
:width 20)))))))
|
||||
:width 20))))))))
|
||||
))
|
||||
|
||||
(defun dashboard-content ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue