Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2617)

Unified Diff: docs/erc_irc.md

Issue 1314513007: [Docs]: Update to match style guide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/emacs.md ('k') | docs/git_cookbook.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/erc_irc.md
diff --git a/docs/erc_irc.md b/docs/erc_irc.md
index 380fec4ccab02a3e99f2664520ecab5690f46440..c8e17e77b08d845b222d16d5ac2906508b3f83ec 100644
--- a/docs/erc_irc.md
+++ b/docs/erc_irc.md
@@ -1,16 +1,24 @@
+# ERC IRC
+
It's very simple to get started with ERC; just do the following:
- 1. Optional: Sign up at freenode.net to claim your nickname.
- 1. M-x
- 1. erc (and accept default for the first couple of items)
- 1. /join #chromium
+
+1. Optional: Sign up at freenode.net to claim your nickname.
+1. M-x
+1. erc (and accept default for the first couple of items)
+1. /join #chromium
You may notice the following problems:
- * It's hard to notice when you're mentioned.
- * ERC does not have built-in accidental paste prevention, so you might accidentally paste multiple lines of text into the IRC channel.
-You can modify the following and add it to your .emacs file to fix both of the above. Note that you'll need to install and configure sendxmpp for the mention hack, which also requires you to create an account for your "robot" on e.g. jabber.org:
+* It's hard to notice when you're mentioned.
+* ERC does not have built-in accidental paste prevention, so you might
+ accidentally paste multiple lines of text into the IRC channel.
-```
+You can modify the following and add it to your .emacs file to fix both of the
+above. Note that you'll need to install and configure sendxmpp for the mention
+hack, which also requires you to create an account for your "robot" on e.g.
+jabber.org:
+
+```el
(require 'erc)
;; Notify me when someone mentions my nick or aliases on IRC.
@@ -89,4 +97,6 @@ You can modify the following and add it to your .emacs file to fix both of the a
))
```
-Note: The paste protection code is modified from a paste by user 'yashh' at http://paste.lisp.org/display/78068 (Google cache [here](http://webcache.googleusercontent.com/search?q=cache:p_S9ZKlWZPoJ:paste.lisp.org/display/78068+paste+78068&cd=1&hl=en&ct=clnk&gl=ca&source=www.google.ca)).
+Note: The paste protection code is modified from a paste by user 'yashh' at
+http://paste.lisp.org/display/78068 (Google cache
+[here](http://webcache.googleusercontent.com/search?q=cache:p_S9ZKlWZPoJ:paste.lisp.org/display/78068+paste+78068&cd=1&hl=en&ct=clnk&gl=ca&source=www.google.ca)).
« no previous file with comments | « docs/emacs.md ('k') | docs/git_cookbook.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698