Files
doom-emacs-config/README.org
Emma Turner e8c5158000 Add new configs
Updated existing configs to actually provide the correct symbols
2026-05-23 00:01:15 -06:00

16 lines
726 B
Org Mode

* Prerequisites
- JetBrainsMono Nerd Font (from [[https://www.nerdfonts.com/font-downloads][NerdFonts]])
- Install the JetBrainsMonoNL and JetBrainsMonoNL Mono fonts from the available ttf files
- Git (Required on windows so Emacs can use the included Linux tools)
- hunspell
- ~en_US.aff~ and ~en_US.dic~ files from [[https://cgit.freedesktop.org/libreoffice/dictionaries/tree/en][LibreOffice Dictionaries]] (required for hunspell)
- Python 3.10 or newer (required for ~elisp-autofmt~)
#+begin_src powershell
winget install Git.Git FSFhu.Hunspell Python.Python.3.14
#+end_src
Additionally the personal dictionary file for hunspell must be created before it can be written to.
The default path is ~$HOME/.hunspell_en_US~