New submodules!

This commit is contained in:
Benson Chu 2020-08-01 12:22:45 -05:00
parent cedcdec461
commit 49b3a1be13
5 changed files with 17 additions and 0 deletions

9
.gitmodules vendored
View file

@ -64,3 +64,12 @@
[submodule "submodule/emacs-application-framework"]
path = submodule/emacs-application-framework
url = https://github.com/manateelazycat/emacs-application-framework
[submodule "submodule/k-useless"]
path = submodule/k-useless
url = https://github.com/BlueFlo0d/k-useless/
[submodule "submodule/org-mode"]
path = submodule/org-mode
url = https://code.orgmode.org/bzg/org-mode
[submodule "submodule/elgantt"]
path = submodule/elgantt
url = https://github.com/legalnonsense/elgantt/

View file

@ -838,3 +838,8 @@
;; (setq debug-the-process (magit-run-git-async '("fetch" "--all")
;; :sentinel '(lambda (process event) (message "Done"))))
#+end_src
* elgantt
#+begin_src emacs-lisp
(add-to-list 'load-path "~/.emacs.d/submodule/elgantt")
(require 'elgantt)
#+end_src

1
submodule/elgantt Submodule

@ -0,0 +1 @@
Subproject commit be49f119bf09ff4ebe98c0ca3f1907191e3603d6

1
submodule/k-useless Submodule

@ -0,0 +1 @@
Subproject commit ea949f44d4e34a32e6a8eddbe7d9d57c193091cf

1
submodule/org-mode Submodule

@ -0,0 +1 @@
Subproject commit 86fada6b5dace7744678e1549ea9293812c07e72