Skip to content

Commit f647497

Browse files
authored
Update help resources (#232)
* Update help resources - recommend libera.chat instead of freenode - reference Matrix channels - add Emacs StackExchange to the shared exercise docs - also recommend StackOverflow and StackExchange in the online docs * Minor fix from proof reading
1 parent c50bb8c commit f647497

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

docs/RESOURCES.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
1. [The Emacs Wiki](http://emacswiki.org/) is invaluable. Spend lots of time here.
66
2. [The Emacs Editor](http://www.gnu.org/software/emacs/manual/html_node/emacs/index.html) is the official manual for GNU Emacs.
7-
3. IRC - there are [freenode](https://freenode.net/) channels for `#emacs`, `#prelude`, and many Emacs
7+
3. IRC - there are [Libera.Chat](https://libera.chat/) channels for `#emacs`, `#org-mode`, and many Emacs
88
packages, and many helpful folks around. And with emacs, IRC is as close as
99
`M-x erc`.
10+
4. Matrix - on [Matrix](https://matrix.org/) there are rooms for [emacs](https://matrix.to/#/#emacs:matrix.org), [org-mode](https://matrix.to/#/#org-mode:matrix.org), and other Emacs packages.
11+
You can [join the Emacs Matrix space](https://matrix.to/#/#emacs-space:matrix.org) to get an overview of the available channels.
12+
To join Matrix from within Emacs you can use the [Ement.el](https://github.com/alphapapa/ement.el) package.
13+
5. [StackOverflow](http://stackoverflow.com/questions/tagged/elisp) and [Emacs StackExchange](https://emacs.stackexchange.com/questions/tagged/elisp) can be used to search for your problem and see if it has been answered already. You can also ask and answer questions.

exercises/shared/.docs/help.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ To get help if you're having trouble, you can use one of the following resources
44

55
- [The Emacs Wiki](http://emacswiki.org/) is invaluable. Spend lots of time here.
66
- [The Emacs Editor](http://www.gnu.org/software/emacs/manual/html_node/emacs/index.html) is the official manual for GNU Emacs.
7-
- IRC - there are [freenode](https://freenode.net/) channels for `#emacs`, `#prelude`, and many Emacs
7+
- IRC - there are [Libera.Chat](https://libera.chat/) channels for `#emacs`, `#org-mode`, and many Emacs
88
packages, and many helpful folks around. And with emacs, IRC is as close as
99
`M-x erc`.
10-
- [StackOverflow](http://stackoverflow.com/questions/tagged/elisp) can be used to search for your problem and see if it has been answered already. You can also ask and answer questions.
10+
- Matrix - on [Matrix](https://matrix.org/) there are rooms for [emacs](https://matrix.to/#/#emacs:matrix.org), [org-mode](https://matrix.to/#/#org-mode:matrix.org), and other Emacs packages.
11+
You can [join the Emacs Matrix space](https://matrix.to/#/#emacs-space:matrix.org) to get an overview of the available channels.
12+
To join Matrix from within Emacs you can use the [Ement.el](https://github.com/alphapapa/ement.el) package.
13+
- [StackOverflow](http://stackoverflow.com/questions/tagged/elisp) and [Emacs StackExchange](https://emacs.stackexchange.com/questions/tagged/elisp) can be used to search for your problem and see if it has been answered already. You can also ask and answer questions.

0 commit comments

Comments
 (0)