From: Gabriel Dunne Date: Fri, 11 Dec 2020 23:22:33 +0000 (-0800) Subject: Adding neotree plugin as a submodule X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=a2284e8ddc0fdbca263b308cca205885d9efe851;p=cfg.git Adding neotree plugin as a submodule --- diff --git a/.emacs.d/plugins/neotree b/.emacs.d/plugins/neotree new file mode 160000 index 0000000..98fe213 --- /dev/null +++ b/.emacs.d/plugins/neotree @@ -0,0 +1 @@ +Subproject commit 98fe21334affaffe2334bf7c987edaf1980d2d0b diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e0a95f2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".emacs.d/plugins/neotree"] + path = .emacs.d/plugins/neotree + url = https://github.com/jaypei/emacs-neotree