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-flymake.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lisp/init-flymake.el') diff --git a/lisp/init-flymake.el b/lisp/init-flymake.el index c07ed8d..0edc521 100644 --- a/lisp/init-flymake.el +++ b/lisp/init-flymake.el @@ -1,6 +1,12 @@ +;;; init-flymake.el --- configure flymake +;;; Commentary: +;;; Code: + (use-package flymake :bind (:map flymake-mode-map ;; C-d shows a list of all errors ("C-c d" . flymake-show-diagnostics-buffer))) (provide 'init-flymake) + +;;; init-flymake.el ends here -- cgit v1.2.3