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
* 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
Copy file name to clipboardExpand all lines: docs/RESOURCES.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@
4
4
5
5
1.[The Emacs Wiki](http://emacswiki.org/) is invaluable. Spend lots of time here.
6
6
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
8
8
packages, and many helpful folks around. And with emacs, IRC is as close as
9
9
`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.
Copy file name to clipboardExpand all lines: exercises/shared/.docs/help.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,10 @@ To get help if you're having trouble, you can use one of the following resources
4
4
5
5
-[The Emacs Wiki](http://emacswiki.org/) is invaluable. Spend lots of time here.
6
6
-[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
8
8
packages, and many helpful folks around. And with emacs, IRC is as close as
9
9
`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