diff options
author | Amin Bandali <bandali@gnu.org> | 2018-11-01 18:20:51 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-11-01 18:20:51 -0400 |
commit | 313f587783feb1c4b497451a2f3af370c0018ff9 (patch) | |
tree | 2c62897cc7c5e6771456ddaf819ea101b6357aeb /lib | |
parent | 0c158cafca2f97bc07de692ff4b81f300f292e8f (diff) | |
download | configs-313f587783feb1c4b497451a2f3af370c0018ff9.tar.gz configs-313f587783feb1c4b497451a2f3af370c0018ff9.tar.xz configs-313f587783feb1c4b497451a2f3af370c0018ff9.zip |
[emacs] assimilate slack and deps, clear up .gitignore, add secrets
hopefully the slack thing is temporary, as i don’t like using
proprietary platforms. however, if i must, i’d *much* prefer using
free software to access it, rather than executing proprietary JS.
note: since i’ve decided to commit etc/secrets.el, it shall not
contain any sensitive information itself, but rather how to obtain
them. therefore, it must be byte-compiled; and the byte-compiled
etc/secrets.elc must *never* be committed.
Diffstat (limited to 'lib')
m--------- | lib/alert | 0 | ||||
m--------- | lib/circe | 0 | ||||
m--------- | lib/deferred | 0 | ||||
m--------- | lib/emojify | 0 | ||||
m--------- | lib/ht | 0 | ||||
m--------- | lib/oauth2 | 0 | ||||
m--------- | lib/request | 0 | ||||
m--------- | lib/slack | 0 | ||||
m--------- | lib/websocket | 0 |
9 files changed, 0 insertions, 0 deletions
diff --git a/lib/alert b/lib/alert new file mode 160000 +Subproject 9f329be87820474925f29b52a1131084c8ea95b diff --git a/lib/circe b/lib/circe new file mode 160000 +Subproject fedfa7eb8516a53fa70b6a1f4fce4b5ab66ea91 diff --git a/lib/deferred b/lib/deferred new file mode 160000 +Subproject 2239671d94b38d92e9b28d4e12fd79814cfb9c1 diff --git a/lib/emojify b/lib/emojify new file mode 160000 +Subproject 38ae28d95b58e9fb86a3495a2dda3e5de254c4f diff --git a/lib/ht b/lib/ht new file mode 160000 +Subproject 5a665d00dc8fda77bad2a43277d8809c23e46ab diff --git a/lib/oauth2 b/lib/oauth2 new file mode 160000 +Subproject 1d352b3dcd186d93bce7baf26818967c022187e diff --git a/lib/request b/lib/request new file mode 160000 +Subproject a3d080e57eb8be606fbf39d1baff94e1b16e1fb diff --git a/lib/slack b/lib/slack new file mode 160000 +Subproject 792604db287de2a986177d90f086f5d51aa5b40 diff --git a/lib/websocket b/lib/websocket new file mode 160000 +Subproject 0d96ba2ff5a25c6cd6c66f417cc9b5f38a4308b |