sort ispell with spelling instead of company-mode
This commit is contained in:
parent
b295550143
commit
0ea86ed3da
18
init.org
18
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
|
||||
|
|
Loading…
Reference in a new issue