Update discord links

This commit is contained in:
Henrik Lissner 2020-01-27 23:35:51 -05:00
parent b9f823bfa2
commit d27ff78444
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 22 additions and 12 deletions

View file

@ -7,7 +7,7 @@
<a href="https://github.com/hlissner/doom-emacs/actions"> <a href="https://github.com/hlissner/doom-emacs/actions">
<img src="https://github.com/hlissner/doom-emacs/workflows/CI/badge.svg" alt="Build status: develop"> <img src="https://github.com/hlissner/doom-emacs/workflows/CI/badge.svg" alt="Build status: develop">
</a> </a>
<a href="https://discord.gg/bcZ6P3y"> <a href="https://discord.gg/64QNqtq">
<img src="https://img.shields.io/badge/Discord-blue.svg?logo=discord&label=join" alt="Join our discord server" align="right"> <img src="https://img.shields.io/badge/Discord-blue.svg?logo=discord&label=join" alt="Join our discord server" align="right">
</a> </a>
<br><br> <br><br>
@ -171,7 +171,7 @@ you can do to help; I welcome any contribution!
[doom:bindings]: modules/config/default/+evil-bindings.el [doom:bindings]: modules/config/default/+evil-bindings.el
[doom:packages]: core/autoload/packages.el [doom:packages]: core/autoload/packages.el
[doom:popups]: modules/ui/popup/README.org [doom:popups]: modules/ui/popup/README.org
[url:discord]: https://discord.gg/bcZ6P3y [url:discord]: https://discord.gg/64QNqtq
[url:liberapay]: https://liberapay.com/hlissner/donate [url:liberapay]: https://liberapay.com/hlissner/donate
[url:paypal]: https://paypal.me/henriklissner/10 [url:paypal]: https://paypal.me/henriklissner/10
[url:editorconfig]: http://editorconfig.org/ [url:editorconfig]: http://editorconfig.org/

View file

@ -1,14 +1,14 @@
#+TITLE: Contributing #+TITLE: Contributing
#+STARTUP: nofold #+STARTUP: nofold
I can't say Doom Emacs is a one man show anymore. It wouldn't have gotten this Doom Emacs is an active and ongoing project, maintained mostly by a single
far without the help of folks like you! Still, I struggle to maintain it all; person, but includes the efforts of 200 contributors and growing. There is no
especially the modules I do not use. If Doom has been useful to you, consider shortage of things that need doing; bugs that need stomping, features that need
pitching in and helping me out. implementing, and documentation that needs documenting. If Doom's been useful to
you, convert some caffiene into code; it'd be a huge help!
Help can range from reporting bugs, proposing enhancements, submitting code and You are welcome to [[https://discord.gg/64QNqtq][join us on our Discord server]], otherwise read on to learn how
documentation, or just spreading the good word. To ensure no toes get stepped on to contribute to our fine corner of the interwebs.
or wires crossed, this guide was created to help you help us.
* Table of Contents :TOC_3: * Table of Contents :TOC_3:
- [[#where-can-i-help][Where can I help?]] - [[#where-can-i-help][Where can I help?]]

View file

@ -944,7 +944,7 @@ issues #1 and #3: generate an envvar file by running ~doom env~. This scrapes
your shell environment into a file that is loaded when Doom Emacs starts up. your shell environment into a file that is loaded when Doom Emacs starts up.
Check out ~doom help env~ for details on how this works. Check out ~doom help env~ for details on how this works.
For issue #2, you'll need to investigate your launcher. [[https://discord.gg/bcZ6P3y][Our Discord]] is a good For issue #2, you'll need to investigate your launcher. [[https://discord.gg/64QNqtq][Our Discord]] is a good
place to ask about it. place to ask about it.
** There's artefacting on my icon fonts in GUI Emacs ([[https://github.com/hlissner/doom-emacs/issues/956][#956]]) ** There's artefacting on my icon fonts in GUI Emacs ([[https://github.com/hlissner/doom-emacs/issues/956][#956]])

View file

@ -1,6 +1,16 @@
#+TITLE: Getting Started Guide #+TITLE: Getting Started Guide
#+STARTUP: nofold #+STARTUP: nofold
GNU Emacs is one grand ol' adventure, let alone Doom Emacs. Before you start
you'll need to set up Emacs, Doom, and its packages, then learn how to take care
of your new puppy slash operating system. This guide will walk you through
installing, using, configuring and troubleshooting Doom Emacs.
#+begin_quote
If you feel like we've missed something, [[https://discord.gg/64QNqtq][join us on our Discord server]] and let
us know!
#+end_quote
* Table of Contents :TOC_4: * Table of Contents :TOC_4:
- [[#install][Install]] - [[#install][Install]]
- [[#emacs--dependencies][Emacs & dependencies]] - [[#emacs--dependencies][Emacs & dependencies]]
@ -1115,7 +1125,7 @@ You can also evaluate code with ~eval-expression~ (=M-;= or =SPC ;=).
** How to extract a backtrace from an error ** How to extract a backtrace from an error
If you encounter an error while using Doom Emacs, you're probably about to head If you encounter an error while using Doom Emacs, you're probably about to head
off and file a bug report (or request help on [[https://discord.gg/bcZ6P3y][our Discord server]]). Before you off and file a bug report (or request help on [[https://discord.gg/64QNqtq][our Discord server]]). Before you
do, please generate a backtrace to include with it. do, please generate a backtrace to include with it.
To do so you must enable ~debug-on-error~ then recreate the error. To do so you must enable ~debug-on-error~ then recreate the error.

View file

@ -63,7 +63,7 @@ s= (or =C-h d s=).
* Community Resources * Community Resources
** Asking for help ** Asking for help
- [[https://discord.gg/bcZ6P3y][Our Discord server]] - [[https://discord.gg/64QNqtq][Our Discord server]]
- [[https://github.com/hlissner/doom-emacs/issues][Our issue tracker]] - [[https://github.com/hlissner/doom-emacs/issues][Our issue tracker]]
** Project roadmap ** Project roadmap