Add line separator between days in org-agenda.
This commit is contained in:
parent
a6a8e48228
commit
06c5da41ab
@ -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))))
|
||||
|
Loading…
Reference in New Issue
Block a user