diff --git a/.gitmodules b/.gitmodules index 3deb36e..ea99ff3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -76,3 +76,6 @@ [submodule "lisp/emacs-fast-selection"] path = lisp/emacs-fast-selection url = git@github.com:pestctrl/emacs-fast-selection +[submodule "lisp/ti-config/libraries"] + path = lisp/ti-config/libraries + url = git@github.com:pestctrl/work-emacs diff --git a/lisp/ti-config/libraries b/lisp/ti-config/libraries new file mode 160000 index 0000000..f02f921 --- /dev/null +++ b/lisp/ti-config/libraries @@ -0,0 +1 @@ +Subproject commit f02f921f0b5a3de82977285622cea5144e1ecd6b diff --git a/lisp/work-config/work-commentor.el b/lisp/ti-config/work-commentor.el similarity index 100% rename from lisp/work-config/work-commentor.el rename to lisp/ti-config/work-commentor.el diff --git a/lisp/work-config/work-config.el b/lisp/ti-config/work-config.el similarity index 100% rename from lisp/work-config/work-config.el rename to lisp/ti-config/work-config.el diff --git a/lisp/work-config/work-org-autosync.el b/lisp/ti-config/work-org-autosync.el similarity index 100% rename from lisp/work-config/work-org-autosync.el rename to lisp/ti-config/work-org-autosync.el diff --git a/lisp/work-config/work-org-stuff.el b/lisp/ti-config/work-org-stuff.el similarity index 100% rename from lisp/work-config/work-org-stuff.el rename to lisp/ti-config/work-org-stuff.el diff --git a/lisp/work-config/work-specific-org-project-redefs.el b/lisp/ti-config/work-specific-org-project-redefs.el similarity index 100% rename from lisp/work-config/work-specific-org-project-redefs.el rename to lisp/ti-config/work-specific-org-project-redefs.el