Compare commits
2 Commits
0f48c14b83
...
16fb278fbc
Author | SHA1 | Date | |
---|---|---|---|
16fb278fbc | |||
b142d50f39 |
@ -323,6 +323,8 @@ return {
|
||||
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
|
||||
{ "@markup.heading.1", { fg = colors.crystalBlue, bold = true } },
|
||||
|
@ -26,8 +26,10 @@ return {
|
||||
org_id_link_to_org_use_id = true,
|
||||
org_default_notes_file = "~/Notes/notes.org",
|
||||
org_highlight_latex_and_related = "entities",
|
||||
org_agenda_start_day = "-1d",
|
||||
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_startup_folded = "inherit",
|
||||
win_border = "none",
|
||||
|
Loading…
x
Reference in New Issue
Block a user