From 56ad41244e870049fb118b1affcc59f2c7879d09 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 22 Mar 2022 07:00:09 -0700 Subject: text: make flymake happy --- emacs/custom/fcuny-text.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'emacs') diff --git a/emacs/custom/fcuny-text.el b/emacs/custom/fcuny-text.el index 72e0d7e..56f1b80 100644 --- a/emacs/custom/fcuny-text.el +++ b/emacs/custom/fcuny-text.el @@ -1,3 +1,9 @@ +;;; fcuny-text.el --- configures +;;; Commentary: +;;; Code: + +(require 'use-package) + (use-package flyspell :ensure t :if (executable-find "aspell") @@ -30,3 +36,4 @@ (setq markdown-command "pandoc -f markdown -t html"))) (provide 'fcuny-text) +;;; fcuny-text.el ends here -- cgit 1.4.1