An Emacs configuration to work with LaTeX, Python, C, C++, Pandoc, Markdown, Slack, and git running natively in different OS like MacOS, ArchLinux, and Ubuntu.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
462 B

3 years ago
  1. #Readme
  2. This repository contains the basic configuration to work with emacs for compile LaTeX,
  3. Markdown and Docker tested with MacOS, Ubuntu and Windows.
  4. This configuration is used with the research seminar 101.
  5. # Spell-Checking
  6. ## For Linux/MacOS
  7. It is recommended to install and use `ispell`. Thus, to install use:
  8. ```
  9. $ sudo apt-get update
  10. $ sudo apt-get install -y ispell
  11. ```
  12. ## For Windows
  13. Use pacman and ispell (not tested ye)
  14. # Known issues
  15. ## Windows