[emacs] assimilate orgalist
authorAmin Bandali <amin@gnu.org>
Sun, 23 Sep 2018 15:30:15 +0000 (11:30 -0400)
committerAmin Bandali <amin@gnu.org>
Sun, 23 Sep 2018 15:30:15 +0000 (11:30 -0400)
.gitmodules
init.org
lib/orgalist [new submodule]

index edf5d79..16a0331 100644 (file)
        # 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
index 96899a5..4158a20 100644 (file)
--- 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 (submodule)
index 0000000..6340bf4
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 6340bf425f75b314fe73add6ddee33c7e5f431e3