From 1883f0b8cfad2c4c30e66c02799cce57b708421f Mon Sep 17 00:00:00 2001 From: qorg11 Date: Wed, 22 Jul 2020 19:14:05 +0200 Subject: [PATCH] Hunspell --- config.org | 8 ++++++++ 1 file changed, 8 insertions(+) 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