Skip to content

Commit

Permalink
orgmode: replace agenda and refile location
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Nov 18, 2023
1 parent 48cf580 commit 87e65f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/note/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ pack("nvim-orgmode/orgmode", {
config = function()
require("orgmode").setup_ts_grammar()
require("orgmode").setup({
org_agenda_files = { "~/todo.org", "~/me/notes/daily-report/org/**/*" },
org_default_notes_file = "~/me/notes/refile.org",
org_agenda_files = { "~/todo/**/*" },
org_default_notes_file = "~/todo/todo.org",
org_archive_location = "~/.cache/org-mode/%s_archive",
org_todo_keywords = { "TODO(t)", "BLOCK(b)", "|", "DONE(d)" },
org_todo_keyword_faces = {
Expand Down

0 comments on commit 87e65f9

Please sign in to comment.