Fix docs for rcirc layer where :user-name is the right value

This commit is contained in:
Rhommel Lamas 2018-02-01 17:00:45 +11:00 committed by syl20bnr
parent d5f7d8b5ca
commit 87cbef1952
1 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ is convenient but not recommended.
#+BEGIN_SRC emacs-lisp
(setq rcirc-server-alist
'(("irc.freenode.net"
:user "spacemacs_user"
:user-name "spacemacs_user"
:port "1337"
:password "le_passwd"
:channels ("#emacs"))))
@ -80,7 +80,7 @@ recommended.
#+BEGIN_SRC emacs-lisp
(setq rcirc-server-alist
'(("irc.freenode.net"
:user "spacemacs_user"
:user-name "spacemacs_user"
:port "1337"
:password "le_passwd"
:channels ("#emacs"))))
@ -110,7 +110,7 @@ rcirc.
#+BEGIN_SRC emacs-lisp
(setq rcirc-server-alist
'(("irc.freenode.net"
:user "spacemacs_user"
:user-name "spacemacs_user"
:port "1337"
:channels ("#emacs"))))
#+END_SRC