ADD spell checking in prog-mode

This commit is contained in:
Laurens Miers 2024-09-08 18:03:19 +02:00
parent 3bf48f5927
commit d184007b9b

View file

@ -137,6 +137,14 @@ https://endlessparentheses.com/leave-the-cursor-at-start-of-match-after-isearch.
(global-set-key (kbd "M-S-z") 'zap-up-to-char) (global-set-key (kbd "M-S-z") 'zap-up-to-char)
#+end_src #+end_src
** Spell checking
Look into customizing the 'ispell' group.
#+begin_src emacs-lisp
(add-hook 'prog-mode-hook 'flyspell-prog-mode)
#+end_src
* Whole-line-or-region * Whole-line-or-region
Source: Source: