We stopped using flyspell ages ago

This commit is contained in:
TEC 2022-05-26 22:03:35 +08:00
parent 92b580991e
commit def2a8e8c1
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 1 additions and 5 deletions

View File

@ -5755,11 +5755,7 @@ want to edit them afterwards though, so let's make that happen by default.
At some point in the future it could be good to investigate [[https://scripter.co/splitting-an-org-block-into-two/][splitting org blocks]].
Likewise [[https://archive.casouri.cat/note/2020/insert-math-symbol-in-emacs/][this]] looks good for symbols.
***** Spellcheck
My spelling is atrocious, so let's get flycheck going.
#+begin_src emacs-lisp
(add-hook 'org-mode-hook 'turn-on-flyspell)
#+end_src
***** LSP support in ~src~ blocks
Now, by default, LSPs don't really function at all in ~src~ blocks.
#+begin_src emacs-lisp