Emacs: Enable flyspell-mode in all text files.
This commit is contained in:
parent
9665dd40b4
commit
3a625278a8
|
@ -1,6 +1,6 @@
|
|||
;;; common.el --- Common settings for text files. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-03-02T06:09:19+0100>
|
||||
;; Time-stamp: <2020-03-08T07:34:25+0100>
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
@ -109,6 +109,7 @@
|
|||
(prog-mode . flyspell-prog-mode)
|
||||
|
||||
;; Spellcheck text documents.
|
||||
(text-mode . flyspell-mode)
|
||||
(LaTeX-mode . my/flyspell-german)
|
||||
(LaTeX-mode . flyspell-mode)
|
||||
(adoc-mode . flyspell-mode)
|
||||
|
|
Loading…
Reference in New Issue
Block a user