aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-06-15 23:36:57 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-06-15 23:36:57 -0400
commit2f427527d2c9ca4b3754a5c487403c998dcb0a1f (patch)
treec0824ad267117764c35291d8ae3e35990ec8e628
parentMake modeline text smaller (diff)
downloadmmosmacs-2f427527d2c9ca4b3754a5c487403c998dcb0a1f.tar.gz
mmosmacs-2f427527d2c9ca4b3754a5c487403c998dcb0a1f.tar.bz2
mmosmacs-2f427527d2c9ca4b3754a5c487403c998dcb0a1f.zip
Remove unneccessary time-grid entries from agenda
-rw-r--r--init.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/init.el b/init.el
index 8401646..76a0df2 100644
--- a/init.el
+++ b/init.el
@@ -976,11 +976,7 @@
976 org-agenda-start-day "0d" 976 org-agenda-start-day "0d"
977 org-agenda-start-on-weekday nil 977 org-agenda-start-on-weekday nil
978 org-agenda-use-time-grid t 978 org-agenda-use-time-grid t
979 org-agenda-time-grid (quote ((daily today remove-match) 979 org-agenda-time-grid (quote ((daily today remove-match)))
980 (0 100 200 300 400 500 600 700 800 900
981 1000 1100 1200 1300 1400 1500 1600
982 1700 1800 1900 2000 2100 2200 2300)
983 "......." "."))
984 org-agenda-include-diary t 980 org-agenda-include-diary t
985 org-agenda-show-future-repeats nil 981 org-agenda-show-future-repeats nil
986 org-agenda-repeating-timestamp-show-all nil 982 org-agenda-repeating-timestamp-show-all nil