|
|
@ -3,6 +3,16 @@ This repository contains the basic configuration to work with emacs for compile |
|
|
|
Markdown and Docker tested with MacOS, Ubuntu and Windows. |
|
|
|
|
|
|
|
This configuration is used with the research seminar 101. |
|
|
|
# Spell-Checking |
|
|
|
## For Linux/MacOS |
|
|
|
It is recommended to install and use `ispell`. Thus, to install use: |
|
|
|
|
|
|
|
``` |
|
|
|
$ sudo apt-get update |
|
|
|
$ sudo apt-get install -y ispell |
|
|
|
``` |
|
|
|
## For Windows |
|
|
|
Use pacman and ispell (not tested ye) |
|
|
|
|
|
|
|
# Known issues |
|
|
|
## Windows |