summaryrefslogtreecommitdiff
path: root/elchemy-dashboard.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-06-14 17:08:35 -0700
committerChristian Cunningham <cc@localhost>2024-06-14 17:08:35 -0700
commit4333967a199a076443bb2e2eb30d998e69a3bff0 (patch)
tree27049e07f77ceef480412b3385ef419b24ba9403 /elchemy-dashboard.el
parent844dcc6352bdd0e724da7329dc1295f67cb06c12 (diff)
Fix Header Size
Diffstat (limited to 'elchemy-dashboard.el')
-rw-r--r--elchemy-dashboard.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elchemy-dashboard.el b/elchemy-dashboard.el
index 44a22d0..299a2e2 100644
--- a/elchemy-dashboard.el
+++ b/elchemy-dashboard.el
@@ -36,7 +36,7 @@
(let ((start (point)))
(insert "Agenda")
(add-text-properties start (point)
- '(face (:height elchemy/dashboard/subheader-size))))
+ `(face (:height elchemy/dashboard/subheader-size))))
(insert "\n")
(insert (apply 'format (concat "%-" (format "%d" (+ agenda-max-length elchemy/dashboard/agenda-padding)) "s" "%-" (format "%d" (+ agenda-max-length elchemy/dashboard/agenda-padding)) "s" "%s\n") elchemy/dashboard-agenda-titles))
(dotimes (i agenda-max-count)