summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-22 07:00:09 -0700
committerFranck Cuny <franck@fcuny.net>2022-03-22 07:00:09 -0700
commit56ad41244e870049fb118b1affcc59f2c7879d09 (patch)
tree977572c0475d4122202fb222e3f8854340fc7071
parentui: make flymake happy (diff)
downloademacs.d-56ad41244e870049fb118b1affcc59f2c7879d09.tar.gz
text: make flymake happy
-rw-r--r--emacs/custom/fcuny-text.el7
1 files changed, 7 insertions, 0 deletions
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