diff options
| author | Amin Bandali <me@aminb.org> | 2015-07-01 23:36:08 -0400 | 
|---|---|---|
| committer | Amin Bandali <me@aminb.org> | 2015-07-01 23:36:08 -0400 | 
| commit | 5c32f1b55a08761c1532647d6a77ba4ab4464346 (patch) | |
| tree | 08693508894d835e7da6c32401ee1620f77ac916 | |
| parent | 8fff0fd3afda34506b0e29c5a6f750673e064ca4 (diff) | |
| download | configs-5c32f1b55a08761c1532647d6a77ba4ab4464346.tar.gz configs-5c32f1b55a08761c1532647d6a77ba4ab4464346.tar.xz configs-5c32f1b55a08761c1532647d6a77ba4ab4464346.zip  | |
[spacemacs] use erc instead of rcirc
TODO: znc support
Diffstat (limited to '')
| -rw-r--r-- | spacemacs/.spacemacs | 16 | 
1 files changed, 1 insertions, 15 deletions
diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index bc63ada..0db4318 100644 --- a/spacemacs/.spacemacs +++ b/spacemacs/.spacemacs @@ -32,7 +32,7 @@       latex       ;; (haskell :variables '(haskell-enable-hindent-style "chris-done"       ;;                                                    haskell-enable-shm-support t)) -     (rcirc :variables rcirc-enable-authinfo-support t) +     erc       version-control       )     ;; List of additional packages that will be installed wihout being @@ -207,20 +207,6 @@ layers configuration."    ;; enable when using zenburn    ;; (custom-set-faces '(evil-search-highlight-persist-highlight-face ((t (:background "#5F5F5F"))))) - -  ;; rcirc znc config -  (setq rcirc-server-alist -        ;; This will replace :auth with the correct thing, see the doc for that function -        '(("aminb.org" -           :host "aminb.org" -           :port "6697" -           :encryption tls -           :auth "aminb/freenode") -          ("aminb.org" -           :host "aminb.org" -           :port "6697" -           :encryption tls -           :auth "aminb/mozilla")))  )  ;; Do not write anything past this comment. This is where Emacs will  | 
