I installed this package https://github.com/emacs-languagetool/flycheck-languagetool to use languagetool with emacs. However, I am getting languagetool errors at my org documents' code blocks too. How would I disable flycheck to run spell checking at my code blocks?
Asked
Active
Viewed 191 times
org-src-mode-hook
says: This hook will run:However, I want to disable it in the org buffer.
In my case flycheck already runs the correct linter/checker in the src-mode.
– Barslmn Jan 02 '23 at 09:55