From: Amin Bandali Date: Sun, 23 Sep 2018 15:30:15 +0000 (-0400) Subject: [emacs] assimilate orgalist X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/2b99d792ccbf2969260340131470c317579e1136 [emacs] assimilate orgalist --- diff --git a/.gitmodules b/.gitmodules index edf5d79..16a0331 100644 --- a/.gitmodules +++ b/.gitmodules @@ -166,6 +166,9 @@ # into lisp/, which git will pick up. so, let's ignore untracked files # from org's submodule; at least for now ignore = untracked +[submodule "orgalist"] + path = lib/orgalist + url = git@github.com:emacsmirror/orgalist.git [submodule "ox-hugo"] path = lib/ox-hugo url = git@github.com:kaushalmodi/ox-hugo.git diff --git a/init.org b/init.org index 96899a5..4158a20 100644 --- a/init.org +++ b/init.org @@ -688,6 +688,8 @@ In short, my favourite way of life. (use-package org-notmuch :after (:any org notmuch)) + +(use-package orgalist) #+end_src **** asynchronous tangle diff --git a/lib/orgalist b/lib/orgalist new file mode 160000 index 0000000..6340bf4 --- /dev/null +++ b/lib/orgalist @@ -0,0 +1 @@ +Subproject commit 6340bf425f75b314fe73add6ddee33c7e5f431e3