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-markdown.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lisp/init-markdown.el') diff --git a/lisp/init-markdown.el b/lisp/init-markdown.el index c99add9..58645d1 100644 --- a/lisp/init-markdown.el +++ b/lisp/init-markdown.el @@ -1,3 +1,7 @@ +;;; init-markdown.el --- configure markdown language support +;;; Commentary: +;;; Code: + (use-package markdown-mode :ensure t :commands gfm-mode @@ -9,3 +13,5 @@ ("ISSUE_EDITMSG" . gfm-mode))) (provide 'init-markdown) + +;;; init-markdown.el ends here -- cgit v1.2.3