From 74626963731ccceba54e7a26cce8ea342e0fc646 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 24 Dec 2018 16:15:53 -0500 Subject: [PATCH] [emacs][wip] remove all the package submodules --- .gitignore | 4 +- .gitmodules | 280 --------------------------------------- lib/alert | 1 - lib/all-the-icons | 1 - lib/alloy-mode | 1 - lib/async | 1 - lib/auto-compile | 1 - lib/boogie-friends | 1 - lib/borg | 1 - lib/boxquote | 1 - lib/bui | 1 - lib/closql | 1 - lib/company | 1 - lib/company-ebdb | 1 - lib/crux | 1 - lib/dante | 1 - lib/dash | 1 - lib/diff-hl | 1 - lib/doom-themes | 1 - lib/ebdb | 1 - lib/ebdb-gnorb | 1 - lib/edit-indirect | 1 - lib/eldoc-eval | 1 - lib/elisp-refs | 1 - lib/emacsql | 1 - lib/emmet-mode | 1 - lib/epkg | 1 - lib/epl | 1 - lib/eshell-up | 1 - lib/exec-path-from-shell | 1 - lib/expand-region | 1 - lib/f | 1 - lib/flycheck | 1 - lib/flycheck-haskell | 1 - lib/geiser | 1 - lib/ghub | 1 - lib/git-modes | 1 - lib/gnorb | 1 - lib/graphql | 1 - lib/guix | 1 - lib/haskell-mode | 1 - lib/helm | 1 - lib/helpful | 1 - lib/hl-todo | 1 - lib/hlint-refactor | 1 - lib/ht | 1 - lib/hydra | 1 - lib/ivy | 1 - lib/lcr | 1 - lib/lean-mode | 1 - lib/loop | 1 - lib/magit | 1 - lib/magit-popup | 1 - lib/markdown-mode | 1 - lib/memoize | 1 - lib/multi-term | 1 - lib/multiple-cursors | 1 - lib/mwim | 1 - lib/no-littering | 1 - lib/org | 1 - lib/orgalist | 1 - lib/other-frame-window | 1 - lib/ox-hugo | 1 - lib/packed | 1 - lib/page-break-lines | 1 - lib/pkg-info | 1 - lib/popup | 1 - lib/projectile | 1 - lib/proof-site | 1 - lib/rich-minority | 1 - lib/s | 1 - lib/shrink-path | 1 - lib/shut-up | 1 - lib/smart-mode-line | 1 - lib/smex | 1 - lib/treepy | 1 - lib/typo | 1 - lib/unkillable-scratch | 1 - lib/use-package | 1 - lib/web-mode | 1 - lib/which-key | 1 - lib/winum | 1 - lib/with-editor | 1 - lib/yaml-mode | 1 - lib/yasnippet | 1 - 85 files changed, 1 insertion(+), 366 deletions(-) delete mode 100644 .gitmodules delete mode 160000 lib/alert delete mode 160000 lib/all-the-icons delete mode 160000 lib/alloy-mode delete mode 160000 lib/async delete mode 160000 lib/auto-compile delete mode 160000 lib/boogie-friends delete mode 160000 lib/borg delete mode 160000 lib/boxquote delete mode 160000 lib/bui delete mode 160000 lib/closql delete mode 160000 lib/company delete mode 160000 lib/company-ebdb delete mode 160000 lib/crux delete mode 160000 lib/dante delete mode 160000 lib/dash delete mode 160000 lib/diff-hl delete mode 160000 lib/doom-themes delete mode 160000 lib/ebdb delete mode 160000 lib/ebdb-gnorb delete mode 160000 lib/edit-indirect delete mode 160000 lib/eldoc-eval delete mode 160000 lib/elisp-refs delete mode 160000 lib/emacsql delete mode 160000 lib/emmet-mode delete mode 160000 lib/epkg delete mode 160000 lib/epl delete mode 160000 lib/eshell-up delete mode 160000 lib/exec-path-from-shell delete mode 160000 lib/expand-region delete mode 160000 lib/f delete mode 160000 lib/flycheck delete mode 160000 lib/flycheck-haskell delete mode 160000 lib/geiser delete mode 160000 lib/ghub delete mode 160000 lib/git-modes delete mode 160000 lib/gnorb delete mode 160000 lib/graphql delete mode 160000 lib/guix delete mode 160000 lib/haskell-mode delete mode 160000 lib/helm delete mode 160000 lib/helpful delete mode 160000 lib/hl-todo delete mode 160000 lib/hlint-refactor delete mode 160000 lib/ht delete mode 160000 lib/hydra delete mode 160000 lib/ivy delete mode 160000 lib/lcr delete mode 160000 lib/lean-mode delete mode 160000 lib/loop delete mode 160000 lib/magit delete mode 160000 lib/magit-popup delete mode 160000 lib/markdown-mode delete mode 160000 lib/memoize delete mode 160000 lib/multi-term delete mode 160000 lib/multiple-cursors delete mode 160000 lib/mwim delete mode 160000 lib/no-littering delete mode 160000 lib/org delete mode 160000 lib/orgalist delete mode 160000 lib/other-frame-window delete mode 160000 lib/ox-hugo delete mode 160000 lib/packed delete mode 160000 lib/page-break-lines delete mode 160000 lib/pkg-info delete mode 160000 lib/popup delete mode 160000 lib/projectile delete mode 160000 lib/proof-site delete mode 160000 lib/rich-minority delete mode 160000 lib/s delete mode 160000 lib/shrink-path delete mode 160000 lib/shut-up delete mode 160000 lib/smart-mode-line delete mode 160000 lib/smex delete mode 160000 lib/treepy delete mode 160000 lib/typo delete mode 160000 lib/unkillable-scratch delete mode 160000 lib/use-package delete mode 160000 lib/web-mode delete mode 160000 lib/which-key delete mode 160000 lib/winum delete mode 160000 lib/with-editor delete mode 160000 lib/yaml-mode delete mode 160000 lib/yasnippet diff --git a/.gitignore b/.gitignore index 0a959bc..4303fd1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,12 +7,10 @@ !/straight/versions /var/* +/var/eshell/lastdir /var/eshell/history !/var/eshell !/var/eshell/alias !/var/abbrev.el - -!/lisp/bbdb/bbdb-autoloads.el -/var/eshell/lastdir diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 69acabf..0000000 --- a/.gitmodules +++ /dev/null @@ -1,280 +0,0 @@ -[borg] - pushDefault = aminb - collective = emacsg -[submodule "alert"] - path = lib/alert - url = git@github.com:jwiegley/alert.git -[submodule "all-the-icons"] - path = lib/all-the-icons - url = git@github.com:domtronn/all-the-icons.el.git -[submodule "alloy-mode"] - path = lib/alloy-mode - url = git@github.com:dwwmmn/alloy-mode.git -[submodule "async"] - path = lib/async - url = git@github.com:jwiegley/emacs-async.git -[submodule "auto-compile"] - path = lib/auto-compile - url = git@github.com:emacscollective/auto-compile.git -[submodule "boogie-friends"] - path = lib/boogie-friends - url = git@github.com:boogie-org/boogie-friends.git - load-path = emacs -[submodule "borg"] - path = lib/borg - url = git@github.com:emacscollective/borg.git -[submodule "boxquote"] - path = lib/boxquote - url = git@github.com:davep/boxquote.el.git -[submodule "bui"] - path = lib/bui - url = git@github.com:alezost/bui.el.git -[submodule "closql"] - path = lib/closql - url = git@github.com:emacscollective/closql.git -[submodule "company"] - path = lib/company - url = git@github.com:company-mode/company-mode.git -[submodule "company-ebdb"] - path = lib/company-ebdb - url = git@github.com:emacsmirror/company-ebdb.git -[submodule "crux"] - path = lib/crux - url = git@github.com:bbatsov/crux.git -[submodule "dante"] - path = lib/dante - url = git@github.com:jyp/dante.git -[submodule "dash"] - path = lib/dash - url = git@github.com:magnars/dash.el.git - no-makeinfo = dash-template.texi - # dash creates a `dir' dash info file, which makes git think - # that the submodule is dirty. so, let's ignore the untracked - # files of dash's submodule - ignore = untracked -[submodule "diff-hl"] - path = lib/diff-hl - url = git@github.com:dgutov/diff-hl.git -[submodule "doom-themes"] - path = lib/doom-themes - url = git@github.com:hlissner/emacs-doom-themes.git -[submodule "ebdb"] - path = lib/ebdb - url = git@github.com:girzel/ebdb.git -[submodule "ebdb-gnorb"] - path = lib/ebdb-gnorb - url = git@github.com:emacsmirror/ebdb-gnorb.git -[submodule "edit-indirect"] - path = lib/edit-indirect - url = git@github.com:Fanael/edit-indirect.git -[submodule "eldoc-eval"] - path = lib/eldoc-eval - url = git@github.com:thierryvolpiatto/eldoc-eval.git -[submodule "elisp-refs"] - path = lib/elisp-refs - url = git@github.com:Wilfred/elisp-refs.git -[submodule "emacsql"] - path = lib/emacsql - url = git@github.com:skeeto/emacsql.git - no-byte-compile = emacsql-pg.el -[submodule "emmet-mode"] - path = lib/emmet-mode - url = git@github.com:smihica/emmet-mode.git -[submodule "epkg"] - path = lib/epkg - url = git@github.com:emacscollective/epkg.git -[submodule "epl"] - path = lib/epl - url = git@github.com:cask/epl.git -[submodule "eshell-up"] - path = lib/eshell-up - url = git@github.com:peterwvj/eshell-up.git -[submodule "exec-path-from-shell"] - path = lib/exec-path-from-shell - url = git@github.com:purcell/exec-path-from-shell.git -[submodule "expand-region"] - path = lib/expand-region - url = git@github.com:magnars/expand-region.el.git -[submodule "f"] - path = lib/f - url = git@github.com:rejeep/f.el.git -[submodule "flycheck"] - path = lib/flycheck - url = git@github.com:flycheck/flycheck.git -[submodule "flycheck-haskell"] - path = lib/flycheck-haskell - url = git@github.com:flycheck/flycheck-haskell.git -[submodule "geiser"] - path = lib/geiser - url = git@gitlab.com:jaor/geiser.git - info-path = doc - load-path = elisp - build-step = ./autogen.sh - build-step = ./configure - build-step = make -[submodule "ghub"] - path = lib/ghub - url = git@github.com:magit/ghub.git -[submodule "git-modes"] - path = lib/git-modes - url = git@github.com:magit/git-modes.git -[submodule "gnorb"] - path = lib/gnorb - url = git@github.com:girzel/gnorb.git - no-byte-compile = gnorb-bbdb.el -[submodule "graphql"] - path = lib/graphql - url = git@github.com:vermiculus/graphql.el.git -[submodule "guix"] - path = lib/guix - url = git@github.com:alezost/guix.el.git - info-path = doc - load-path = elisp - build-step = ./autogen.sh - build-step = ./configure - build-step = make -[submodule "haskell-mode"] - path = lib/haskell-mode - url = git@github.com:haskell/haskell-mode.git -[submodule "helm"] - path = lib/helm - url = git@github.com:emacs-helm/helm.git -[submodule "helpful"] - path = lib/helpful - url = git@github.com:Wilfred/helpful.git -[submodule "hl-todo"] - path = lib/hl-todo - url = git@github.com:tarsius/hl-todo.git -[submodule "hlint-refactor"] - path = lib/hlint-refactor - url = git@github.com:mpickering/hlint-refactor-mode.git -[submodule "ht"] - path = lib/ht - url = git@github.com:Wilfred/ht.el.git -[submodule "hydra"] - path = lib/hydra - url = git@github.com:abo-abo/hydra.git -[submodule "ivy"] - path = lib/ivy - url = git@github.com:abo-abo/swiper.git - info-path = doc -[submodule "lcr"] - path = lib/lcr - url = git@github.com:jyp/lcr.git -[submodule "lean-mode"] - path = lib/lean-mode - url = git@github.com:leanprover/lean-mode.git -[submodule "loop"] - path = lib/loop - url = git@github.com:Wilfred/loop.el.git -[submodule "magit"] - path = lib/magit - url = git@github.com:magit/magit.git - recursive-byte-compile = true - info-path = Documentation -[submodule "magit-popup"] - path = lib/magit-popup - url = git@github.com:magit/magit-popup.git -[submodule "markdown-mode"] - path = lib/markdown-mode - url = git@github.com:jrblevin/markdown-mode.git -[submodule "memoize"] - path = lib/memoize - url = git@github.com:skeeto/emacs-memoize.git -[submodule "multi-term"] - path = lib/multi-term - url = git@github.com:emacsorphanage/multi-term.git -[submodule "multiple-cursors"] - path = lib/multiple-cursors - url = git@github.com:magnars/multiple-cursors.el.git -[submodule "mwim"] - path = lib/mwim - url = git@github.com:alezost/mwim.el.git -[submodule "no-littering"] - path = lib/no-littering - url = git@github.com:emacscollective/no-littering.git -[submodule "org"] - path = lib/org - url = git@code.orgmode.org:bzg/org-mode.git - load-path = lisp - info-path = doc - build-step = make compile autoloads info # ORG_ADD_CONTRIB="org-notmuch" - # setting ORG_ADD_CONTRIB results in copying of files from contrib/ - # 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 "other-frame-window"] - path = lib/other-frame-window - url = git@github.com:emacsmirror/other-frame-window.git -[submodule "ox-hugo"] - path = lib/ox-hugo - url = git@github.com:kaushalmodi/ox-hugo.git -[submodule "packed"] - path = lib/packed - url = git@github.com:emacscollective/packed.git -[submodule "page-break-lines"] - path = lib/page-break-lines - url = git@github.com:purcell/page-break-lines.git -[submodule "pkg-info"] - path = lib/pkg-info - url = git@github.com:lunaryorn/pkg-info.el.git -[submodule "popup"] - path = lib/popup - url = git@github.com:auto-complete/popup-el.git -[submodule "projectile"] - path = lib/projectile - url = git@github.com:bbatsov/projectile.git -[submodule "proof-site"] # Proof General - path = lib/proof-site - url = git@github.com:ProofGeneral/PG.git -[submodule "rich-minority"] - path = lib/rich-minority - url = git@github.com:Malabarba/rich-minority.git -[submodule "s"] - path = lib/s - url = git@github.com:magnars/s.el.git -[submodule "shrink-path"] - path = lib/shrink-path - url = git@gitlab.com:bennya/shrink-path.el.git -[submodule "shut-up"] - path = lib/shut-up - url = git@github.com:cask/shut-up.git -[submodule "smart-mode-line"] - path = lib/smart-mode-line - url = git@github.com:Malabarba/smart-mode-line.git -[submodule "smex"] # used by counsel-M-x - path = lib/smex - url = git@github.com:nonsequitur/smex.git -[submodule "treepy"] - path = lib/treepy - url = git@github.com:volrath/treepy.el.git -[submodule "typo"] - path = lib/typo - url = git@github.com:jorgenschaefer/typoel.git -[submodule "unkillable-scratch"] - path = lib/unkillable-scratch - url = git@github.com:EricCrosson/unkillable-scratch.git -[submodule "use-package"] - path = lib/use-package - url = git@github.com:jwiegley/use-package.git -[submodule "web-mode"] - path = lib/web-mode - url = git@github.com:fxbois/web-mode.git -[submodule "which-key"] - path = lib/which-key - url = git@github.com:justbur/emacs-which-key.git -[submodule "winum"] - path = lib/winum - url = git@github.com:deb0ch/emacs-winum.git -[submodule "with-editor"] - path = lib/with-editor - url = git@github.com:magit/with-editor.git -[submodule "yaml-mode"] - path = lib/yaml-mode - url = git@github.com:yoshiki/yaml-mode.git -[submodule "yasnippet"] - path = lib/yasnippet - url = git@github.com:joaotavora/yasnippet.git diff --git a/lib/alert b/lib/alert deleted file mode 160000 index 9f329be..0000000 --- a/lib/alert +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9f329be87820474925f29b52a1131084c8ea95b9 diff --git a/lib/all-the-icons b/lib/all-the-icons deleted file mode 160000 index 52d1f2d..0000000 --- a/lib/all-the-icons +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 52d1f2d36468146c93aaf11399f581401a233306 diff --git a/lib/alloy-mode b/lib/alloy-mode deleted file mode 160000 index 0d05bdd..0000000 --- a/lib/alloy-mode +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0d05bdd10c77ec04c3d61eccf67e68c08284951f diff --git a/lib/async b/lib/async deleted file mode 160000 index 81dc034..0000000 --- a/lib/async +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 81dc034572e963550c5403a2b3c28047e46b4029 diff --git a/lib/auto-compile b/lib/auto-compile deleted file mode 160000 index 6ce4255..0000000 --- a/lib/auto-compile +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6ce4255ab9a0b010ef8414c5bd9a6d6d9eea012f diff --git a/lib/boogie-friends b/lib/boogie-friends deleted file mode 160000 index ff99037..0000000 --- a/lib/boogie-friends +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ff9903783013f3598b6f44c99d47b25c5cdbed00 diff --git a/lib/borg b/lib/borg deleted file mode 160000 index 99d1667..0000000 --- a/lib/borg +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 99d166796f181741ebd79542b96824b096bcb36c diff --git a/lib/boxquote b/lib/boxquote deleted file mode 160000 index 7e47e0e..0000000 --- a/lib/boxquote +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7e47e0e2853bc1215739b2e28f260e9eed93b2c5 diff --git a/lib/bui b/lib/bui deleted file mode 160000 index 508577a..0000000 --- a/lib/bui +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 508577a7225b3d07eaefa9444064410af2518675 diff --git a/lib/closql b/lib/closql deleted file mode 160000 index 012b94f..0000000 --- a/lib/closql +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 012b94f8695e194455111fd54eff0b94dd0dd0db diff --git a/lib/company b/lib/company deleted file mode 160000 index b696b39..0000000 --- a/lib/company +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b696b3943d2a55aed937cb0ba971d6e29b2e3a8b diff --git a/lib/company-ebdb b/lib/company-ebdb deleted file mode 160000 index 692a272..0000000 --- a/lib/company-ebdb +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 692a272a47d4f48d0ea38ced4375f9eb2cd47ff6 diff --git a/lib/crux b/lib/crux deleted file mode 160000 index 308f17d..0000000 --- a/lib/crux +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 308f17d914e2cd79cbc809de66d02b03ceb82859 diff --git a/lib/dante b/lib/dante deleted file mode 160000 index 8d5e00d..0000000 --- a/lib/dante +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8d5e00d268aa37d91baaa675cead953e58f19c6d diff --git a/lib/dash b/lib/dash deleted file mode 160000 index 6514359..0000000 --- a/lib/dash +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6514359b8606a6a9a94068ccd601fcd6379d6584 diff --git a/lib/diff-hl b/lib/diff-hl deleted file mode 160000 index 2cddce4..0000000 --- a/lib/diff-hl +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2cddce48d472111f178da84d44656f92012aa64b diff --git a/lib/doom-themes b/lib/doom-themes deleted file mode 160000 index 2f4a0cd..0000000 --- a/lib/doom-themes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2f4a0cdf287a086d45a1d9e8536ace6a2e152318 diff --git a/lib/ebdb b/lib/ebdb deleted file mode 160000 index 980927f..0000000 --- a/lib/ebdb +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 980927ff3dfdb238e7b168f0088353fec29db86e diff --git a/lib/ebdb-gnorb b/lib/ebdb-gnorb deleted file mode 160000 index 461a6b3..0000000 --- a/lib/ebdb-gnorb +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 461a6b35dc9322d1ec59547ad845d26a6c65a698 diff --git a/lib/edit-indirect b/lib/edit-indirect deleted file mode 160000 index de645d8..0000000 --- a/lib/edit-indirect +++ /dev/null @@ -1 +0,0 @@ -Subproject commit de645d8144e8a08f039a9c88185121ec81d957ef diff --git a/lib/eldoc-eval b/lib/eldoc-eval deleted file mode 160000 index f59a1ae..0000000 --- a/lib/eldoc-eval +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f59a1ae7ecfa97ef659c7adb93e0673419acc485 diff --git a/lib/elisp-refs b/lib/elisp-refs deleted file mode 160000 index a8900da..0000000 --- a/lib/elisp-refs +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a8900dab9f8e2925ce5dea0f97bdac4ce47714d9 diff --git a/lib/emacsql b/lib/emacsql deleted file mode 160000 index f8c3d9f..0000000 --- a/lib/emacsql +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f8c3d9fce28ab7d5b0c9fcf2c1236151ca7add24 diff --git a/lib/emmet-mode b/lib/emmet-mode deleted file mode 160000 index 1acb821..0000000 --- a/lib/emmet-mode +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1acb821e0142136344ccf40c1e5fb664d7db2e70 diff --git a/lib/epkg b/lib/epkg deleted file mode 160000 index c42bc98..0000000 --- a/lib/epkg +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c42bc98a711ffa8d2a7b9096b563ac0edb0b9bf3 diff --git a/lib/epl b/lib/epl deleted file mode 160000 index 78ab7a8..0000000 --- a/lib/epl +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 78ab7a85c08222cd15582a298a364774e3282ce6 diff --git a/lib/eshell-up b/lib/eshell-up deleted file mode 160000 index 9c100ba..0000000 --- a/lib/eshell-up +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9c100bae5c3020e8d9307e4332d3b64e7dc28519 diff --git a/lib/exec-path-from-shell b/lib/exec-path-from-shell deleted file mode 160000 index 9bc0f4a..0000000 --- a/lib/exec-path-from-shell +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9bc0f4a762f16d488376fb52409c58239a86d75d diff --git a/lib/expand-region b/lib/expand-region deleted file mode 160000 index ed32924..0000000 --- a/lib/expand-region +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ed3292473035dc8f3d2f321e82974ef87327808f diff --git a/lib/f b/lib/f deleted file mode 160000 index de6d4d4..0000000 --- a/lib/f +++ /dev/null @@ -1 +0,0 @@ -Subproject commit de6d4d40ddc844eee643e92d47b9d6a63fbebb48 diff --git a/lib/flycheck b/lib/flycheck deleted file mode 160000 index baf96df..0000000 --- a/lib/flycheck +++ /dev/null @@ -1 +0,0 @@ -Subproject commit baf96df4d1c3e61bf62f15fbea05a880d1e49e45 diff --git a/lib/flycheck-haskell b/lib/flycheck-haskell deleted file mode 160000 index 32ddff8..0000000 --- a/lib/flycheck-haskell +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 32ddff87165a7d3a35e7318bee997b5b4bd41278 diff --git a/lib/geiser b/lib/geiser deleted file mode 160000 index a6a2f2c..0000000 --- a/lib/geiser +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a6a2f2c2194cdef97d67945aa1e7df81763ec34e diff --git a/lib/ghub b/lib/ghub deleted file mode 160000 index db15d00..0000000 --- a/lib/ghub +++ /dev/null @@ -1 +0,0 @@ -Subproject commit db15d00d01b8bd9187079a0b538d878d241743a8 diff --git a/lib/git-modes b/lib/git-modes deleted file mode 160000 index 5546831..0000000 --- a/lib/git-modes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 55468314a5f6b77d2c96be62c7005ac94545e217 diff --git a/lib/gnorb b/lib/gnorb deleted file mode 160000 index 17fd6e9..0000000 --- a/lib/gnorb +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 17fd6e9ca6f116e2d0d70ab1e9d7132b3a8bfd47 diff --git a/lib/graphql b/lib/graphql deleted file mode 160000 index e2b3096..0000000 --- a/lib/graphql +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e2b309689f4faf9225f290080f836e988c5a576d diff --git a/lib/guix b/lib/guix deleted file mode 160000 index 495baed..0000000 --- a/lib/guix +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 495baedc983070f0158442173bdef0a35c2a1e9d diff --git a/lib/haskell-mode b/lib/haskell-mode deleted file mode 160000 index 4aa8875..0000000 --- a/lib/haskell-mode +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4aa88752ab23bca3ded36a9c9fd9c34cffbb129b diff --git a/lib/helm b/lib/helm deleted file mode 160000 index 598992f..0000000 --- a/lib/helm +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 598992f3490f8fa1b90dbf01e76b6e916de294bb diff --git a/lib/helpful b/lib/helpful deleted file mode 160000 index 039345e..0000000 --- a/lib/helpful +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 039345ef60b4722d050c94ab1978540137df35f9 diff --git a/lib/hl-todo b/lib/hl-todo deleted file mode 160000 index 24b9925..0000000 --- a/lib/hl-todo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 24b9925b1b2c7ad6bf7b66800395f74abf035c5f diff --git a/lib/hlint-refactor b/lib/hlint-refactor deleted file mode 160000 index 92c69aa..0000000 --- a/lib/hlint-refactor +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 92c69aa01c65968e86c15db087bb1ea785e4736c diff --git a/lib/ht b/lib/ht deleted file mode 160000 index 8ec3eb9..0000000 --- a/lib/ht +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8ec3eb96ee63430fb24257e4aa8169b50cb7be12 diff --git a/lib/hydra b/lib/hydra deleted file mode 160000 index 67098cc..0000000 --- a/lib/hydra +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 67098cc9149854a95b589c3763843eabc82c9b2d diff --git a/lib/ivy b/lib/ivy deleted file mode 160000 index 201c5d7..0000000 --- a/lib/ivy +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 201c5d78c4985fb803eb681cca0ccc5a4f90b717 diff --git a/lib/lcr b/lib/lcr deleted file mode 160000 index c14f406..0000000 --- a/lib/lcr +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c14f40692292d59156c7632dbdd2867c086aa75f diff --git a/lib/lean-mode b/lib/lean-mode deleted file mode 160000 index 9d6b847..0000000 --- a/lib/lean-mode +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9d6b8471e2044310b4cd7cd3213b1fc8f78ec499 diff --git a/lib/loop b/lib/loop deleted file mode 160000 index e22807f..0000000 --- a/lib/loop +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e22807f83a0890dc8a904c51ee0742c34efccc6c diff --git a/lib/magit b/lib/magit deleted file mode 160000 index d866fb3..0000000 --- a/lib/magit +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d866fb3624bdeb87f0c56e359239e4474362d0af diff --git a/lib/magit-popup b/lib/magit-popup deleted file mode 160000 index 8eaa0be..0000000 --- a/lib/magit-popup +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8eaa0becc2370484a432a8a19f40ce5e8d0f1642 diff --git a/lib/markdown-mode b/lib/markdown-mode deleted file mode 160000 index 906e97d..0000000 --- a/lib/markdown-mode +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 906e97d6e211129d4b7674a5efc416849bc7e43e diff --git a/lib/memoize b/lib/memoize deleted file mode 160000 index 9a56126..0000000 --- a/lib/memoize +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9a561268ffb550b257a08710489a95cd087998b6 diff --git a/lib/multi-term b/lib/multi-term deleted file mode 160000 index f954e4e..0000000 --- a/lib/multi-term +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f954e4e18b0a035151d34852387e724d87a3316f diff --git a/lib/multiple-cursors b/lib/multiple-cursors deleted file mode 160000 index 6a7c3c0..0000000 --- a/lib/multiple-cursors +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6a7c3c0853e3fe9e4b8e5985dbed8fd4075f33ff diff --git a/lib/mwim b/lib/mwim deleted file mode 160000 index b4f3edb..0000000 --- a/lib/mwim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b4f3edb4c0fb8f8b71cecbf8095c2c25a8ffbf85 diff --git a/lib/no-littering b/lib/no-littering deleted file mode 160000 index 4e7ecf0..0000000 --- a/lib/no-littering +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4e7ecf017140bc522629cd2c977160f7cc2b8020 diff --git a/lib/org b/lib/org deleted file mode 160000 index 495c7c6..0000000 --- a/lib/org +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 495c7c6a5774a4d3035c582a3b4c95eb04e83dd5 diff --git a/lib/orgalist b/lib/orgalist deleted file mode 160000 index d120090..0000000 --- a/lib/orgalist +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d120090588d9b258629a95d226bb9f8bf4e2afca diff --git a/lib/other-frame-window b/lib/other-frame-window deleted file mode 160000 index 7477b00..0000000 --- a/lib/other-frame-window +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7477b00664bff9b0b9edfe7ecbef379a7543ba77 diff --git a/lib/ox-hugo b/lib/ox-hugo deleted file mode 160000 index 00186ff..0000000 --- a/lib/ox-hugo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 00186ff8d7ae13fab6707b0e2e7665e055db558f diff --git a/lib/packed b/lib/packed deleted file mode 160000 index c41c3df..0000000 --- a/lib/packed +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c41c3dfda86ae33832ffc146923e2a4675cbacfa diff --git a/lib/page-break-lines b/lib/page-break-lines deleted file mode 160000 index 87e801e..0000000 --- a/lib/page-break-lines +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 87e801efb816b24e83ebf84c052001e178e180bc diff --git a/lib/pkg-info b/lib/pkg-info deleted file mode 160000 index 76ba741..0000000 --- a/lib/pkg-info +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 76ba7415480687d05a4353b27fea2ae02b8d9d61 diff --git a/lib/popup b/lib/popup deleted file mode 160000 index 80829dd..0000000 --- a/lib/popup +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 80829dd46381754639fb764da11c67235fe63282 diff --git a/lib/projectile b/lib/projectile deleted file mode 160000 index d625ecb..0000000 --- a/lib/projectile +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d625ecb09e3a9fb319740686402197bdf6fc109b diff --git a/lib/proof-site b/lib/proof-site deleted file mode 160000 index f7cc8f1..0000000 --- a/lib/proof-site +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f7cc8f1f76baf5e517e51f1db47510ed605064e8 diff --git a/lib/rich-minority b/lib/rich-minority deleted file mode 160000 index a50d9b2..0000000 --- a/lib/rich-minority +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a50d9b2fd059f6a0e5b22063a5375851a087f61a diff --git a/lib/s b/lib/s deleted file mode 160000 index 03410e6..0000000 --- a/lib/s +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 03410e6a7a2b11e47e1fea3b7d9899c7df26435e diff --git a/lib/shrink-path b/lib/shrink-path deleted file mode 160000 index 9d06c45..0000000 --- a/lib/shrink-path +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9d06c453d1537df46a4b703a29213cc7f7857aa0 diff --git a/lib/shut-up b/lib/shut-up deleted file mode 160000 index 081d6b0..0000000 --- a/lib/shut-up +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 081d6b01e3ba0e60326558e545c4019219e046ce diff --git a/lib/smart-mode-line b/lib/smart-mode-line deleted file mode 160000 index b79f4fa..0000000 --- a/lib/smart-mode-line +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b79f4fa5f2380b0d726a895dd7199e5483004490 diff --git a/lib/smex b/lib/smex deleted file mode 160000 index 55aaebe..0000000 --- a/lib/smex +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 55aaebe3d793c2c990b39a302eb26c184281c42c diff --git a/lib/treepy b/lib/treepy deleted file mode 160000 index b40e6b0..0000000 --- a/lib/treepy +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b40e6b09eb9be45da67b8c9e4990a5a0d7a2a09d diff --git a/lib/typo b/lib/typo deleted file mode 160000 index 9dad93b..0000000 --- a/lib/typo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9dad93b6f367f02f52c8d9bf15d446d922cec294 diff --git a/lib/unkillable-scratch b/lib/unkillable-scratch deleted file mode 160000 index d805ee0..0000000 --- a/lib/unkillable-scratch +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d805ee0570c218559cd972788c2d7f77704282b9 diff --git a/lib/use-package b/lib/use-package deleted file mode 160000 index 39a8b88..0000000 --- a/lib/use-package +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 39a8b8812c2c9f6f0b299e6a04e504ef393694ce diff --git a/lib/web-mode b/lib/web-mode deleted file mode 160000 index 5da977b..0000000 --- a/lib/web-mode +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5da977bec7714c09d41b556e2d651ccb269a14a2 diff --git a/lib/which-key b/lib/which-key deleted file mode 160000 index 43e3e3d..0000000 --- a/lib/which-key +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 43e3e3d7641a8e1c298b37e6a277612bf0898708 diff --git a/lib/winum b/lib/winum deleted file mode 160000 index efcb14f..0000000 --- a/lib/winum +++ /dev/null @@ -1 +0,0 @@ -Subproject commit efcb14fd306afbc738666e6b2e5a8a1bb5904392 diff --git a/lib/with-editor b/lib/with-editor deleted file mode 160000 index 9dd9f17..0000000 --- a/lib/with-editor +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9dd9f176d96abc60365369de6d08c26c414ef1f3 diff --git a/lib/yaml-mode b/lib/yaml-mode deleted file mode 160000 index 40067a1..0000000 --- a/lib/yaml-mode +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 40067a10ac1360f0b9533f0bbbb2eea128e2574d diff --git a/lib/yasnippet b/lib/yasnippet deleted file mode 160000 index 1d96da2..0000000 --- a/lib/yasnippet +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1d96da2e08664c31ff7f6f7441da1f4fa5680b1f -- 2.20.1