Wrap in list
This commit is contained in:
parent
7de3f78af6
commit
65098c6080
1 changed files with 34 additions and 34 deletions
|
@ -131,40 +131,40 @@
|
|||
"Return the android dashboard."
|
||||
`(:content ,(concat
|
||||
(grid-make-row
|
||||
(list (grid-make-column (grid-make-box `(:content ,(concat
|
||||
(enlight-menu
|
||||
'(("Exobrain"
|
||||
("Agenda" (org-agenda nil "a") "a")
|
||||
("Go to Inbox" open-inbox "i")
|
||||
("Capture" org-capture "c")))))
|
||||
:align center
|
||||
:width 20))
|
||||
(grid-make-box `(:content ,(concat
|
||||
(enlight-menu
|
||||
'(("Projects"
|
||||
("Switch To" theurgy-open-project "p")
|
||||
("Project List" theurgy-edit-projects-list "l")))))
|
||||
:align center
|
||||
:width 20)))
|
||||
(grid-make-column (grid-make-box `(:content ,(concat
|
||||
(enlight-menu
|
||||
'(("Userland"
|
||||
("Dired" (dired "~") "d")
|
||||
("RSS" elfeed "r")
|
||||
("Terminal" theurgy-bottom-shell "t")
|
||||
("Gomuks" theurgy-gomuks-workspace "G")
|
||||
("Weather" theurgy-show-weather "w")))))
|
||||
:align center
|
||||
:width 20))
|
||||
(grid-make-box `(:content ,(concat
|
||||
(enlight-menu
|
||||
'(("Meta"
|
||||
("Elisp Scratch" open-elisp-scratch "s")
|
||||
("Org Scratch" open-org-scratch "o")
|
||||
("Init Dir" (dired user-emacs-directory) "e")
|
||||
("Info" info "h")))))
|
||||
:align center
|
||||
:width 20))))))
|
||||
(list (grid-make-column (list (grid-make-box `(:content ,(concat
|
||||
(enlight-menu
|
||||
'(("Exobrain"
|
||||
("Agenda" (org-agenda nil "a") "a")
|
||||
("Go to Inbox" open-inbox "i")
|
||||
("Capture" org-capture "c")))))
|
||||
:align center
|
||||
:width 20))
|
||||
(grid-make-box `(:content ,(concat
|
||||
(enlight-menu
|
||||
'(("Projects"
|
||||
("Switch To" theurgy-open-project "p")
|
||||
("Project List" theurgy-edit-projects-list "l")))))
|
||||
:align center
|
||||
:width 20))))
|
||||
(grid-make-column (list (grid-make-box `(:content ,(concat
|
||||
(enlight-menu
|
||||
'(("Userland"
|
||||
("Dired" (dired "~") "d")
|
||||
("RSS" elfeed "r")
|
||||
("Terminal" theurgy-bottom-shell "t")
|
||||
("Gomuks" theurgy-gomuks-workspace "G")
|
||||
("Weather" theurgy-show-weather "w")))))
|
||||
:align center
|
||||
:width 20))
|
||||
(grid-make-box `(:content ,(concat
|
||||
(enlight-menu
|
||||
'(("Meta"
|
||||
("Elisp Scratch" open-elisp-scratch "s")
|
||||
("Org Scratch" open-org-scratch "o")
|
||||
("Init Dir" (dired user-emacs-directory) "e")
|
||||
("Info" info "h")))))
|
||||
:align center
|
||||
:width 20)))))))
|
||||
))
|
||||
|
||||
(defun dashboard-content ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue