refactor(nvim): make org_agenda_filter not use /
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s

This commit is contained in:
Price Hiller 2024-06-12 00:02:10 -05:00
parent 03ef1a25fa
commit f5aeb38557
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -12,6 +12,11 @@ return {
config = function()
-- Setup orgmode
require("orgmode").setup({
mappings = {
agenda = {
org_agenda_filter = "F",
},
},
org_agenda_files = {
"~/Git/College/**/*",
"~/Notes/**/*",