Fix code examples markup

This commit is contained in:
Bozhidar Batsov 2020-04-16 16:59:21 +03:00
parent dea250ba88
commit a09faa5f1f
4 changed files with 25 additions and 25 deletions
doc/modules

View file

@ -6,7 +6,7 @@ If you want to join a list of servers on `M-x start-irc`, other than
the default list, please redefine the variable `my-fav-irc` as follows
in your personal config
``` emacs-lisp
```emacs-lisp
(setq my-fav-irc '("irc.freenode.net"
"irc.oftc.net"
"irc.mozilla.org"
@ -19,7 +19,7 @@ If you want to customize your IRC Last Quit Message from *Asta la
vista* to something more funkier, please redefine `bye-irc-message` as
follows
``` emacs-lisp
```emacs-lisp
(setq bye-erc-message "adios")
```
@ -28,7 +28,7 @@ follows
If you want to automatically authenticate while logging into IRC
servers set the `erc-prompt-for-password` to nil as follows
``` emacs-lisp
```emacs-lisp
(setq erc-prompt-for-password nil)
```
@ -45,6 +45,6 @@ to group all the ERC buffers into one perspective called `IRC` when
`start-irc` is called. To enable this set the `prelude-new-irc-persp`
variable to true as follows
``` emacs-lisp
```emacs-lisp
(setq prelude-new-irc-persp t)
```