From 2f427527d2c9ca4b3754a5c487403c998dcb0a1f Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Thu, 15 Jun 2023 23:36:57 -0400 Subject: Remove unneccessary time-grid entries from agenda --- init.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/init.el b/init.el index 8401646..76a0df2 100644 --- a/init.el +++ b/init.el @@ -976,11 +976,7 @@ org-agenda-start-day "0d" org-agenda-start-on-weekday nil org-agenda-use-time-grid t - org-agenda-time-grid (quote ((daily today remove-match) - (0 100 200 300 400 500 600 700 800 900 - 1000 1100 1200 1300 1400 1500 1600 - 1700 1800 1900 2000 2100 2200 2300) - "......." ".")) + org-agenda-time-grid (quote ((daily today remove-match))) org-agenda-include-diary t org-agenda-show-future-repeats nil org-agenda-repeating-timestamp-show-all nil -- cgit v1.2.3