scoping
This commit is contained in:
parent
3a519bc657
commit
aa27a46d65
1 changed files with 85 additions and 84 deletions
|
@ -86,6 +86,11 @@
|
|||
(concat (propertize "Weather\n\n" 'face 'font-lock-keyword-face)
|
||||
"No connection to weather service :(")))
|
||||
|
||||
;; Dashboard screen using enlight
|
||||
(use-package enlight
|
||||
:custom
|
||||
(setopt grid-revert-on-width-change t)
|
||||
|
||||
(defvar default-dash
|
||||
`(:content ,(concat
|
||||
enlight-calendar "\n\n"
|
||||
|
@ -170,10 +175,6 @@
|
|||
((equal system-type 'android) android-dash)
|
||||
(else default-dash)))
|
||||
|
||||
;; Dashboard screen using enlight
|
||||
(use-package enlight
|
||||
:custom
|
||||
(setopt grid-revert-on-width-change t)
|
||||
(enlight-content
|
||||
(concat
|
||||
(grid-make-box `(:align center :content ,enlight-theurgy-logo :width 80))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue