diff --git a/config.org b/config.org index 40ad8eb..52f271f 100644 --- a/config.org +++ b/config.org @@ -425,6 +425,14 @@ Including indent-buffer, which should not be called automatically on save." (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 * ido Ido is a replacement for keybindings such as C-x C-f and C-x b. Here