diff options
| author | DrNuget <drnuget@outlook.com> | 2026-02-03 03:45:18 +0200 |
|---|---|---|
| committer | DrNuget <drnuget@outlook.com> | 2026-02-03 03:45:18 +0200 |
| commit | 794db9f64ca608869ee3d9f034d41ecd0650d290 (patch) | |
| tree | 657bde0ed4b15d6e166ac2210327723066c643d0 | |
| parent | b8cc1b5e76c0d90ab2617cee7c134d5d7c4ac11d (diff) | |
| download | dotfiles-master.tar.gz | |
| -rw-r--r-- | .config/nvim/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index 48a62a1..87554fc 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -253,8 +253,8 @@ require("pckr").add{ config = function() require("orgmode").setup({ org_agenda_files = "~/orgfiles/*", - org_default_notes_file = "~/orgfiles/index.org", - org_adapt_indentation = false, + org_default_notes_file = "~/orgfiles/refile.org", + org_adapt_indentation = true, org_capture_templates = { t = { description = 'Task', template = '\n* TODO %?\n %u' } } |
