tools/flyspell: add +everywhere feature
This commit is contained in:
parent
14c87e6943
commit
684bdda4b2
2 changed files with 4 additions and 3 deletions
|
@ -235,7 +235,7 @@ Small modules that give Emacs access to external tools & services.
|
||||||
+ [[file:../modules/tools/ein/README.org][ein]] - TODO
|
+ [[file:../modules/tools/ein/README.org][ein]] - TODO
|
||||||
+ [[file:../modules/tools/eval/README.org][eval]] =+overlay= - REPL & code evaluation support for a variety of languages
|
+ [[file:../modules/tools/eval/README.org][eval]] =+overlay= - REPL & code evaluation support for a variety of languages
|
||||||
+ flycheck - Live error/warning highlights
|
+ flycheck - Live error/warning highlights
|
||||||
+ flyspell - Spell checking
|
+ flyspell =+everywhere= - Spell checking
|
||||||
+ gist - TODO
|
+ gist - TODO
|
||||||
+ [[file:../modules/tools/lookup/README.org][lookup]] =+dictionary +docsets= - Universal jump-to & documentation lookup
|
+ [[file:../modules/tools/lookup/README.org][lookup]] =+dictionary +docsets= - Universal jump-to & documentation lookup
|
||||||
backend
|
backend
|
||||||
|
|
|
@ -50,8 +50,9 @@
|
||||||
flyspell-issue-message-flag nil)
|
flyspell-issue-message-flag nil)
|
||||||
|
|
||||||
(add-hook 'text-mode-hook #'flyspell-mode)
|
(add-hook 'text-mode-hook #'flyspell-mode)
|
||||||
(when (featurep! +prog)
|
(when (featurep! +everywhere)
|
||||||
(add-hook 'prog-mode-hook #'flyspell-prog-mode))
|
(add-hook! '(conf-mode-hook prog-mode-hook)
|
||||||
|
#'flyspell-prog-mode))
|
||||||
|
|
||||||
(add-hook! 'flyspell-mode-hook
|
(add-hook! 'flyspell-mode-hook
|
||||||
(defun +flyspell-inhibit-duplicate-detection-maybe-h ()
|
(defun +flyspell-inhibit-duplicate-detection-maybe-h ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue