From 98b2309159f24bbef201d6ca40c1ffc99853897e Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Tue, 16 Mar 2021 20:27:55 +0100 Subject: all: Fix documentation --- lisp/init-flyspell.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lisp/init-flyspell.el') diff --git a/lisp/init-flyspell.el b/lisp/init-flyspell.el index 2ac7a3e..ce64dd2 100644 --- a/lisp/init-flyspell.el +++ b/lisp/init-flyspell.el @@ -1,3 +1,7 @@ +;;; init-flyspell.el --- configure flyspell +;;; Commentary: +;;; Code: + (use-package flyspell ;; load flyspell automatically for these modes :hook ((git-commit-mode . flyspell-mode) @@ -14,3 +18,5 @@ (setq ispell-program-name "hunspell"))) (provide 'init-flyspell) + +;;; init-flyspell.el ends here -- cgit v1.2.3