summaryrefslogtreecommitdiff
path: root/elchemy-dashboard.el
diff options
context:
space:
mode:
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)