diff --git a/init.org b/init.org index ce79b0e..1694955 100644 --- a/init.org +++ b/init.org @@ -767,6 +767,15 @@ Also use =undo-fu=, which evil can use. (setq jinx-languages "en_GB dk_DK de_DE")) #+end_src +Use =ispell= with company mode for completion in text-modes +#+begin_src emacs-lisp +(use-package ispell + :straight t + :defer t + :config + (setq ispell-dictionary "en_GB")) +#+end_src + ** LaTeX #+begin_src emacs-lisp (use-package auctex @@ -1174,15 +1183,6 @@ Use =consult-xref= for =lsp-xref= and =xref-find-references=. company-idle-delay 0.0)) #+end_src -Use =ispell= with company mode for completion in text-modes -#+begin_src emacs-lisp -(use-package ispell - :straight t - :defer t - :config - (setq ispell-dictionary "en_GB")) -#+end_src - ** COMMENT Corfu - Auto-Completion Auto-completion using =corfu=: #+begin_src emacs-lisp