Compare commits

..

No commits in common. "16fb278fbcea8ddffaac6b4ed19f85dd0b40102b" and "0f48c14b837a0c9c794295d688d86a440bce71a3" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -323,8 +323,6 @@ return {
fg = colors.waveRed, fg = colors.waveRed,
}, },
}, },
{ "@org.agenda.day", { fg = colors.oniViolet, bold = true, underdouble = true } },
{ "@org.agenda.today", { fg = colors.springBlue, bold = true, underdouble = true } },
-- Titles/Headlines -- Titles/Headlines
{ "@markup.heading.1", { fg = colors.crystalBlue, bold = true } }, { "@markup.heading.1", { fg = colors.crystalBlue, bold = true } },

View File

@ -26,10 +26,8 @@ return {
org_id_link_to_org_use_id = true, org_id_link_to_org_use_id = true,
org_default_notes_file = "~/Notes/notes.org", org_default_notes_file = "~/Notes/notes.org",
org_highlight_latex_and_related = "entities", org_highlight_latex_and_related = "entities",
org_agenda_start_day = "-1d",
calendar_week_start_day = 0, calendar_week_start_day = 0,
org_log_into_drawer = "LOGBOOK",
org_tags_column = 0,
org_agenda_start_on_weekday = false,
org_agenda_span = "month", org_agenda_span = "month",
org_startup_folded = "inherit", org_startup_folded = "inherit",
win_border = "none", win_border = "none",