Browse Source

Add skeletor and pass-secret drones

thefak3petton
Nicolas Petton 5 years ago
parent
commit
98d1d44413
Signed by untrusted user: nico GPG Key ID: 233587A47C207910
4 changed files with 10 additions and 0 deletions
  1. +6
    -0
      .gitmodules
  2. +2
    -0
      .pass-secrets-sync.el
  3. +1
    -0
      lib/pass-secrets
  4. +1
    -0
      lib/skeletor

+ 6
- 0
.gitmodules View File

@ -255,6 +255,9 @@
[submodule "pass"]
path = lib/pass
url = git@github.com:NicolasPetton/pass.git
[submodule "pass-secrets"]
path = lib/pass-secrets
url = git@gitlab.petton.fr:nico/pass-secrets.el.git
[submodule "password-store"]
path = lib/password-store
url = git@github.com:emacsmirror/password-store.git
@ -292,6 +295,9 @@
[submodule "shell-switcher"]
path = lib/shell-switcher
url = git@github.com:DamienCassou/shell-switcher.git
[submodule "skeletor"]
path = lib/skeletor
url = git@github.com:chrisbarrett/skeletor.el.git
[submodule "slime"]
path = lib/slime
url = git@github.com:slime/slime.git


+ 2
- 0
.pass-secrets-sync.el View File

@ -0,0 +1,2 @@
;; This file is automatically generated by pass-secrets.
(setq pass-secrets-last-sync-time '1501011571.6158175)

+ 1
- 0
lib/pass-secrets

@ -0,0 +1 @@
Subproject commit 2790f7aa65f47e1cb2f1fe87bf8cf78a4001b0a5

+ 1
- 0
lib/skeletor

@ -0,0 +1 @@
Subproject commit 01c330ec115fc29bba5d9bdf6c15beb4a44e2281

Loading…
Cancel
Save