ADD spell checking in prog-mode
This commit is contained in:
parent
3bf48f5927
commit
d184007b9b
1 changed files with 8 additions and 0 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue