I took the liberty of creating a step-by-step guide for people new to Emacs. I have written this with Windows users with no Linux or programming background in mind, zero about Emacs.
The guide aims to get you going real quick, starting with downloading Emacs with vanilla configuration (no Doom, no Spacemacs).
At the end of step-by-step guide of Part 1, your Emacs will look like this.
In addition, I have added an extra chapter to show you how you might personalize the look & feel of your Emacs, using Doom as a reference. I personally do not use this set up, preferring to be as minimal as I can be for my own purposes. I am aware my preference is perhas rather eccentric (who isn't?); this dark-mode-centric slick look might be something many others want to go for.
Extra 2. Make vanilla Emacs look like Doom
The audience I have had in mind are:
- New to Emacs
- Windows users (Emacs part should be useful for others, I hope)
- No programming or Linux background
- Looking to use Org-roam / Emacs to help write long-form material (essays / papers about life, humanities, or some qualitative social sciences, etc.) as opposed to math and programming
Even if you are already down the path of using a framework like Doom, I hope stepping back a little and actually finishing configuration from scratch will help you understand how things fit together – it’s a bit like DIY making stuff; completing one thing from start to finish seems to help you leap to the next level of understanding and confidence for some reason.
- Get Emacs for Windows
- Use Emacs to write some text (including copy & paste)
- Set up Org-roam (including sqlite3)
- Improve quality-of-life with your font, theme, and minimal select packages
- Some more quality-of-life improvements for your typography -- font variations and line-spacing -- and other things
The config file at the end of Part 1 is located in this repo, too. Refer to its history if you wish to see the incremental changes as we move along advanced chapters.
- Set up Org-ref and Org-roam-bibtex (ORB)
- Export to MS Word
- Set up a spell checker (Hunspell, including how to get it)
I consider the following "extra" features because they require a certain level of "hacking the system". I suggest that you selectively decide whether or not you would like to take on the challenges, depending on your familiarity wth the technical stuff on Windows.
- Set up
org-protocol
,org-roam-graph
, andorg-roam-server
(incl. Windows registry) - Work with PDF files in Emacs with PDF-Tools, Org-noter, and ORB
- Insert an image from the clipboard, or the Snipping Tool on Windows (incl. in-line display resizing without Imagemagick, or external programs)
- (maybe) How to swap CapsLock with Ctrl
- (maybe) Export to PDF
Extra 1: I have added a script that automates installation of packages that I describe in this guide up to Chapter 6 on ORB. Let me know how you go.
Extra 2: Make vanilla Emacs look like Doom
At the end of chapter 6 on ORB, you will get to this point where you can use ORB.
Chaper 7 is now published. It demonstrates a way to export your Org notes to MS Word. Resultant .docx
files look like this:
Chapter 9 lets you play with interactive visualisation of your notes and their relationships via org-roam-server
:
Chapter 10 provides an easy step-by-step instruction on how to install PDF-Tools on Windows, and configure Org-noter to work with ORB.
Extra 2 lets you make vanilla Emacs look like Doom.
This work is licensed under a CC BY-SA 4.0 license, except for source code and documentation excerpts from Emacs and Org-roam project.