1 files changed,
1 insertions(+),
6 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2025-04-14 00:35:15 +0300
Parent:
d2bf529
M
lua/plugins/orgmode.lua
@@ -64,11 +64,6 @@ description = "Note",
template = "%?", target = "%<%Y%m%d%H%M%S>-%[slug].org", }, - w = { - description = "Weekly", - template = h.weekly_template, - target = "%r/weekly/%<%Y %V>.org", - }, d = { description = "Daily", template = h.daily_template,@@ -107,7 +102,7 @@ -- stylua: ignore
org_todo_keywords = { "TODO(t)", "INB", "DOING(p)" , "|", "DONE(d)", "KILL(k)",}, org_hide_emphasis_markers = true, org_startup_indented = true, - org_startup_folded = "overview", + org_startup_folded = "content", org_ellipsis = "\t\t[ยทยทยท]", org_priority_highest = "A", org_priority_lowest = "D",