Commit graph

8 commits

Author SHA1 Message Date
syl20bnr fa3ebe2897 Fix lazy loading of rcirc 2015-03-18 00:29:09 -04:00
Jean-Christophe Petkovich 1ffe401e0d Use correct spacemacs cache directory for irc logs
Use `spacemacs-cache-directory` for irc logs, rather than
`~/.emacs/.cache/rcirc-logs` which looks incorrect (`.emacs` vs
`.emacs.d`), and should not be hardcoded.

Fix associated comment.
2015-03-17 23:25:53 -04:00
syl20bnr ace2576ff6 Refactor rcirc layer
Tested only without authinfo and without znc.
Needs some more tests :-)
2015-03-17 22:50:11 -04:00
Jean-Christophe Petkovich 360cebf259 Fix for rcirc load ordering and configuration
I'm not sure if this is necessary, it's possible I'm using this layer
incorrectly, but I needed to change the order in which rcirc was loaded,
and in which it was configured.

This commit fixes all the issues I was running into, but perhaps I'm not
using this as intended. Be sure to look carefully over what I changed to
make sure it makes sense for what you want this layer to do.
2015-03-17 20:01:44 -04:00
Diego Berrocal 8223282795 dim:rcirc function needs rcirc to be loaded before 2015-03-16 01:43:38 -04:00
syl20bnr 13d7326685 Refactor rcirc layer for lazy loading
Rename layer variables to
- rcirc-enable-authinfo-support
- rcirc-enable-znc-support
2015-03-15 21:42:40 -04:00
Diego Berrocal 6e348c0a54 Fix compatibility with use-package 2.0 2015-03-15 18:51:18 -04:00
Diego Berrocal 0b9aee747c Add rcirc layer and support for it in the perspectives layer 2015-03-15 00:30:31 -04:00