summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-06-14 17:14:48 -0700
committerChristian Cunningham <cc@localhost>2024-06-14 17:14:48 -0700
commitde402fd96b6dabe1885361b1e1e2723b63c4bb00 (patch)
tree37ec97fd3a6a1bc8026f0b68b0eee5ba43c1b909
parent270b94c3c1ef7d5aefa6ad475bf07eb3266a461a (diff)
Actually Fix Subheader
-rw-r--r--elchemy-dashboard.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elchemy-dashboard.el b/elchemy-dashboard.el
index e05130f..5177e4c 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)