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 /spacemacs/.spacemacs | |
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 '')
-rw-r--r-- | spacemacs/.spacemacs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index 81e1837..447a59f 100644 --- a/spacemacs/.spacemacs +++ b/spacemacs/.spacemacs @@ -33,6 +33,7 @@ ;; (haskell :variables '(haskell-enable-hindent-style "chris-done" ;; haskell-enable-shm-support t)) erc + irc version-control ) ;; List of additional packages that will be installed wihout being |