diff options
author | Amin Bandali <me@aminb.org> | 2015-07-03 23:32:44 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-07-03 23:32:44 -0400 |
commit | 21fe6b4772a490d1250588d3515f241e1e9019fa (patch) | |
tree | 07543d3d59ba580d2ec860d053d23edfe6775c2a /.gitmodules | |
parent | 5fc3f610feca52035bbf4d13625f846c14ab40b4 (diff) | |
download | configs-21fe6b4772a490d1250588d3515f241e1e9019fa.tar.gz configs-21fe6b4772a490d1250588d3515f241e1e9019fa.tar.xz configs-21fe6b4772a490d1250588d3515f241e1e9019fa.zip |
[spacemacs] use ZNC.el for irc (wraps around erc)
kudos to Vincent Bernat for ssl-connector that reads creds from authinfo
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6baf177..17bfaab 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "pentadactyl/.pentadactyl/colors/pentadactyl-solarized"] path = pentadactyl/.pentadactyl/colors/pentadactyl-solarized url = https://github.com/claytron/pentadactyl-solarized +[submodule "spacemacs/.emacs.d/private/ZNC.el"] + path = spacemacs/.emacs.d/private/ZNC.el + url = https://github.com/sshirokov/ZNC.el |