nvim: let's try out this orgmode thing

This commit is contained in:
2023-07-08 15:20:41 +03:00
parent 1695f75d4b
commit 022c795ab8
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,6 @@
require("orgmode").setup_ts_grammar()
require("orgmode").setup({
org_agenda_files = { "~/docs/org/*" },
org_default_notes_file = "~/docs/org/refile.org",
})