feat(nvim): hide emphasis markers in org mode

This commit is contained in:
Price Hiller 2024-01-24 16:02:07 -06:00
parent 322b402063
commit 4dea84519b
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -40,6 +40,7 @@ return {
calendar_week_start_day = 0,
org_agenda_span = "month",
org_startup_folded = "inherit",
org_hide_emphasis_markers = true,
org_todo_keywords = { "TODO(t)", "NEXT(n)", "|", "DONE(d)", "CANCELLED(c)" },
win_split_mode = "auto",
org_capture_templates = {