From 9a80fdec7e152d9ed0a33aa0f950520a5e08a7a6 Mon Sep 17 00:00:00 2001 From: Soispha Date: Thu, 19 Oct 2023 10:17:27 +0200 Subject: fix(hm/pkgs/scr/neorg): Run search _after_ loading first file --- hm/soispha/pkgs/scripts/wrappers/neorg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm/soispha/pkgs/scripts/wrappers/neorg b/hm/soispha/pkgs/scripts/wrappers/neorg index ce45cc44..c7e08c15 100755 --- a/hm/soispha/pkgs/scripts/wrappers/neorg +++ b/hm/soispha/pkgs/scripts/wrappers/neorg @@ -88,7 +88,7 @@ open_current_task_context_at_task_id() { echo "* TITLE (% $task_uuid)" >> "$extended_neorg_project_dir/$context_path" fi - nvim "$extended_neorg_project_dir/$context_path" --cmd "/% $task_uuid"; + nvim "$extended_neorg_project_dir/$context_path" -c "/% $task_uuid"; git add .; git commit --message="chore($(dirname "$context_path")): Update" --no-gpg-sign -- cgit 1.4.1