From 6b42fb7b23628bae62ff2d34597be8907f93fda7 Mon Sep 17 00:00:00 2001 From: Seongmin Lee Date: Fri, 14 Nov 2025 01:34:58 +0900 Subject: [PATCH] add submodule (gh:norg-specs, ssh) --- .gitmodules | 3 +++ norg-specs | 1 + 2 files changed, 4 insertions(+) create mode 160000 norg-specs diff --git a/.gitmodules b/.gitmodules index d832d2e..a0e31ab 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "core"] path = core url = git@tangled.org:tangled.org/core +[submodule "norg-specs"] + path = norg-specs + url = git@github.com:nvim-neorg/norg-specs.git diff --git a/norg-specs b/norg-specs new file mode 160000 index 0000000..82d7f7f --- /dev/null +++ b/norg-specs @@ -0,0 +1 @@ +Subproject commit 82d7f7fa066066b997056bfdb1ab30ca336307e8 -- 2.51.2