You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: layers/+irc/rcirc/README.org
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,16 @@
6
6
- [[#description][Description]]
7
7
- [[#features][Features]]
8
8
- [[#install][Install]]
9
-
- [[#layer][Layer]]
10
-
- [[#configuration][Configuration]]
11
-
- [[#storing-the-credentials-in-your-dotfile][Storing the credentials in your dotfile]]
12
-
- [[#example][Example:]]
13
-
- [[#storing-the-credentials-in-your-dropbox][Storing the credentials in your Dropbox]]
14
-
- [[#example][Example:]]
15
-
- [[#storing-the-credentials-in-authinfo][Storing the credentials in authinfo]]
16
-
- [[#connecting-behind-a-znc-bouncer-and-storing-the-credentials-in-authinfo][Connecting behind a ZNC bouncer and storing the credentials in authinfo]]
17
-
- [[#disclaimer][Disclaimer]]
18
-
- [[#note][Note]]
9
+
- [[#layer][Layer]]
10
+
- [[#configuration][Configuration]]
11
+
- [[#storing-the-credentials-in-your-dotfile][Storing the credentials in your dotfile]]
12
+
- [[#example][Example:]]
13
+
- [[#storing-the-credentials-in-your-dropbox][Storing the credentials in your Dropbox]]
14
+
- [[#example][Example:]]
15
+
- [[#storing-the-credentials-in-authinfo][Storing the credentials in authinfo]]
16
+
- [[#connecting-behind-a-znc-bouncer-and-storing-the-credentials-in-authinfo][Connecting behind a ZNC bouncer and storing the credentials in authinfo]]
17
+
- [[#disclaimer][Disclaimer]]
18
+
- [[#note][Note]]
19
19
- [[#key-bindings][Key Bindings]]
20
20
- [[#rcirc-documentation][Rcirc documentation]]
21
21
@@ -57,7 +57,7 @@ There are several ways to configure rcirc supported by the layer:
57
57
*** Storing the credentials in your dotfile
58
58
59
59
You can store your servers configuration along with your credentials in the
60
-
=dotspacemacs/config= of your dotfile.
60
+
=dotspacemacs/user-config= of your dotfile.
61
61
62
62
*Important:* This method is the less secured and it is not recommended since
63
63
your dotfile is often stored in a public repository and is not crypted. This
@@ -115,7 +115,7 @@ rcirc.
115
115
#+END_SRC
116
116
117
117
3) At last you need to provide your servers configuration in the
118
-
=dotspacemacs/config= function of your dotfile:
118
+
=dotspacemacs/user-config= function of your dotfile:
119
119
120
120
#+BEGIN_SRC emacs-lisp
121
121
(setq rcirc-server-alist
@@ -162,7 +162,7 @@ For now authinfo is mandatory to use the ZNC configuration.
162
162
retrieve the credentials for the ZNC configuration.
163
163
164
164
3) Then setup your servers configuration using subdomains in the
165
-
=dotspacemacs/config= function of your dotfile. The =:auth= keyword arguments
165
+
=dotspacemacs/user-config= function of your dotfile. The =:auth= keyword arguments
166
166
will be replaced by the credentials stored in your =~/.authinfo.gpg=.
0 commit comments