I keep hearing about emacs and how awesome it is, is there a good resource for a complete beginner who is familiar with programming but not necessarily editors like vim or emacs, just to get started?
A good way to get straight in, is to download `emacs`, open it, and follow the built in "Emacs Tutorial" (click the link on the first page that is shown). It brings a new user through the concepts of the editor, how to move around, do some of the most usual actions, and get familiar with its vocabulary. At first, it is also a good practice not to install any package, and use the built-in capabilities (`magit` and `or…
> `magit` and `org-mode` are now part of the default installation)
Org is, but magit is not.