Add line separator between days in org-agenda.

This commit is contained in:
jowj 2019-12-03 14:51:31 -06:00
parent a6a8e48228
commit 06c5da41ab

View File

@ -84,3 +84,9 @@
;; configure org exporters
(require 'ox-md)
;; org prettifiers
(setq org-agenda-format-date (lambda (date) (concat "\n"
(make-string (window-width) 9472)
"\n"
(org-agenda-format-date-aligned date))))