This commit is contained in:
qorg11 2020-07-22 19:14:05 +02:00
parent dcad083c72
commit 1883f0b8cf
No known key found for this signature in database
GPG key ID: 343FC20A4ACA62B9

View file

@ -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