Compare commits
2
Commits
f084b6158b
...
8e4f80df2d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e4f80df2d | ||
|
|
a0eef0125a |
@@ -55,6 +55,15 @@ require('lazy').setup({
|
|||||||
org_startup_indented = true,
|
org_startup_indented = true,
|
||||||
org_deadline_warning_days = 0,
|
org_deadline_warning_days = 0,
|
||||||
org_agenda_custom_commands = {
|
org_agenda_custom_commands = {
|
||||||
|
i = {
|
||||||
|
description = "Independent",
|
||||||
|
types = {
|
||||||
|
{
|
||||||
|
type = 'agenda',
|
||||||
|
org_agenda_tag_filter_preset = 'independent'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
p = {
|
p = {
|
||||||
description = "Personal",
|
description = "Personal",
|
||||||
types = {
|
types = {
|
||||||
|
|||||||
Reference in New Issue
Block a user