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()
|
config = function()
|
||||||
-- Setup orgmode
|
-- Setup orgmode
|
||||||
require("orgmode").setup({
|
require("orgmode").setup({
|
||||||
|
mappings = {
|
||||||
|
agenda = {
|
||||||
|
org_agenda_filter = "F",
|
||||||
|
},
|
||||||
|
},
|
||||||
org_agenda_files = {
|
org_agenda_files = {
|
||||||
"~/Git/College/**/*",
|
"~/Git/College/**/*",
|
||||||
"~/Notes/**/*",
|
"~/Notes/**/*",
|
||||||
|
Loading…
Reference in New Issue
Block a user