refactor(nvim): make org_agenda_filter
not use /
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s
This commit is contained in:
parent
03ef1a25fa
commit
f5aeb38557
@ -12,6 +12,11 @@ return {
|
||||
config = function()
|
||||
-- Setup orgmode
|
||||
require("orgmode").setup({
|
||||
mappings = {
|
||||
agenda = {
|
||||
org_agenda_filter = "F",
|
||||
},
|
||||
},
|
||||
org_agenda_files = {
|
||||
"~/Git/College/**/*",
|
||||
"~/Notes/**/*",
|
||||
|
Loading…
Reference in New Issue
Block a user