Emacs: Enable flyspell-mode in all text files.

This commit is contained in:
tastytea 2020-03-10 10:54:09 +01:00
parent 9665dd40b4
commit 3a625278a8
1 changed files with 2 additions and 1 deletions

View File

@ -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)