summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/orgmode.lua
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-10-30 15:48:49 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2023-10-30 15:48:49 -0400
commit6707e9c579b0321e833e2841fa5d5e049674bfb0 (patch)
tree18f1c733dc561813f2e166e55b42faa092335f4d /lua/ben/plugins/orgmode.lua
parentcf473c39984ff94b574d9ebf25ad5ff6e63868e0 (diff)
Moving away from null-ls
Diffstat (limited to 'lua/ben/plugins/orgmode.lua')
-rw-r--r--lua/ben/plugins/orgmode.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/lua/ben/plugins/orgmode.lua b/lua/ben/plugins/orgmode.lua
index 6b74944..273524f 100644
--- a/lua/ben/plugins/orgmode.lua
+++ b/lua/ben/plugins/orgmode.lua
@@ -18,7 +18,10 @@ return {
-- Setup orgmode
require("orgmode").setup({
org_agenda_files = "~/Dropbox/org/*",
- org_default_notes_file = "~/Dropbox/org/refile.org",
+ org_default_notes_file = "~/Dropbox/org/inbox.org",
+ org_archive_location = "~/Dropbox/org/archive.org",
})
+
+ -- Custom keybindings
end,
}