Browse Source

ispell ubuntu

rs101
parent
commit
743d3d9787
2 changed files with 11 additions and 1 deletions
  1. +1
    -1
      .emacs
  2. +10
    -0
      Readme.md

+ 1
- 1
.emacs View File

@ -85,7 +85,7 @@
;;--------- ;;---------
;;======== ;;========
;;Flyspell ;;Flyspell
(setq ispell-program-name "/usr/local/bin/aspell")
(setq ispell-program-name "/usr/bin/aspell")
;(setq ispell-aspell-data-dir "/usr/local/Cellar/ispell/3.4.04/lib/ispell/") ;(setq ispell-aspell-data-dir "/usr/local/Cellar/ispell/3.4.04/lib/ispell/")
;(setq ispell-aspell-dict-dir ispell-aspell-data-dir) ;(setq ispell-aspell-dict-dir ispell-aspell-data-dir)
(dolist (hook '(text-mode-hook)) (dolist (hook '(text-mode-hook))


+ 10
- 0
Readme.md View File

@ -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. Markdown and Docker tested with MacOS, Ubuntu and Windows.
This configuration is used with the research seminar 101. 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 # Known issues
## Windows ## Windows

Loading…
Cancel
Save