Browse Source

aspell checker

master
parent
commit
c553e1fce9
2 changed files with 18 additions and 3 deletions
  1. +1
    -3
      .emacs
  2. +17
    -0
      latex-example/main.tex

+ 1
- 3
.emacs View File

@ -74,9 +74,7 @@
;;..............
;;========
;;Flyspell
(setq ispell-program-name "/usr/local/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)
(setq ispell-program-name "/usr/bin/aspell")
(dolist (hook '(text-mode-hook))
(add-hook hook (lambda () (flyspell-mode 1))))
;; ==========


+ 17
- 0
latex-example/main.tex View File

@ -0,0 +1,17 @@
\documentclass{article}
\begin{document}
Hello \LaTeX{}.
This is an small test in English.
Este es un texto en español.
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:

Loading…
Cancel
Save