summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2015-06-30 23:44:13 -0400
committerAmin Bandali <me@aminb.org>2015-06-30 23:44:13 -0400
commit8fff0fd3afda34506b0e29c5a6f750673e064ca4 (patch)
treea26ef8ac85755208a0d475b53b48a13a0ac650ac
parent2ccfc47022de38e4c592cbe02c259aa265d7c7b3 (diff)
downloadconfigs-8fff0fd3afda34506b0e29c5a6f750673e064ca4.tar.gz
configs-8fff0fd3afda34506b0e29c5a6f750673e064ca4.tar.xz
configs-8fff0fd3afda34506b0e29c5a6f750673e064ca4.zip
[spacemacs] rcirc znc temporary config
until I figure out how to properly configure it
Diffstat (limited to '')
-rw-r--r--spacemacs/.spacemacs15
1 files changed, 15 insertions, 0 deletions
diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs
index b14710b..bc63ada 100644
--- a/spacemacs/.spacemacs
+++ b/spacemacs/.spacemacs
@@ -32,6 +32,7 @@
latex
;; (haskell :variables '(haskell-enable-hindent-style "chris-done"
;; haskell-enable-shm-support t))
+ (rcirc :variables rcirc-enable-authinfo-support t)
version-control
)
;; List of additional packages that will be installed wihout being
@@ -206,6 +207,20 @@ 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