diff options
Diffstat (limited to 'modules/flyspell-and-abbrev.el')
| -rw-r--r-- | modules/flyspell-and-abbrev.el | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/modules/flyspell-and-abbrev.el b/modules/flyspell-and-abbrev.el index e732ac46..376a9dc5 100644 --- a/modules/flyspell-and-abbrev.el +++ b/modules/flyspell-and-abbrev.el @@ -2,7 +2,15 @@ ;; author Craig Jennings <c@cjennings.net> ;;; Commentary: - +;; +;; Layer: 2 (Core UX). +;; Category: C/P. +;; Load shape: eager. +;; Eager reason: text-mode spelling and abbrev hooks; spec target is hook-loaded. +;; Top-level side effects: package configuration via use-package (mode hooks). +;; Runtime requires: cl-lib. +;; Direct test load: yes. +;; ;; WORKFLOW: ;; This module provides intelligent spell checking with automatic abbreviation ;; creation to prevent repeated misspellings. |
