Hunspell
This commit is contained in:
parent
dcad083c72
commit
1883f0b8cf
1 changed files with 8 additions and 0 deletions
|
@ -425,6 +425,14 @@ Including indent-buffer, which should not be called automatically on save."
|
||||||
(t (self-insert-command (or arg 1)))))
|
(t (self-insert-command (or arg 1)))))
|
||||||
|
|
||||||
|
|
||||||
|
#+END_SRC
|
||||||
|
** Hunspell
|
||||||
|
For some reason, there is no ispell spanish in void linux. so i had
|
||||||
|
to fallback to hunspell. which does the same.
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(defvar ispell-program-name "hunspell") ;; Or whatever you use
|
||||||
|
;; (ispell, aspell...)
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* ido
|
* ido
|
||||||
Ido is a replacement for keybindings such as C-x C-f and C-x b. Here
|
Ido is a replacement for keybindings such as C-x C-f and C-x b. Here
|
||||||
|
|
Loading…
Add table
Reference in a new issue