From 743d3d9787b7c289265c9a15ffcf4d58ffa5b34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Marx=20Ch=C3=A1vez-Campos?= Date: Sun, 22 Aug 2021 22:35:01 -0500 Subject: [PATCH] ispell ubuntu --- .emacs | 2 +- Readme.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.emacs b/.emacs index 2c12fc1..f62f948 100644 --- a/.emacs +++ b/.emacs @@ -85,7 +85,7 @@ ;;--------- ;;======== ;;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-dict-dir ispell-aspell-data-dir) (dolist (hook '(text-mode-hook)) diff --git a/Readme.md b/Readme.md index 883dc53..9c02f99 100644 --- a/Readme.md +++ b/Readme.md @@ -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