Index Emagician Base Install Meta Interface Programming Text Org Lamp Journal Snippets jonnay.netFork on Github

Text Mode

Table of Contents

1 Enable spell check on text modes

(add-hook 'text-mode-hook 'flyspell-mode)

2 Markdown is kind of a text mode

(use-package markdown-mode
  :mode "\\.md\\'")

Author: Jonathan Arkell

Created: 2018-05-18 Fri 10:30

Validate