diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-22 07:00:09 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-22 07:00:09 -0700 |
commit | 56ad41244e870049fb118b1affcc59f2c7879d09 (patch) | |
tree | 977572c0475d4122202fb222e3f8854340fc7071 /emacs | |
parent | ui: make flymake happy (diff) | |
download | emacs.d-56ad41244e870049fb118b1affcc59f2c7879d09.tar.gz |
text: make flymake happy
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-text.el | 7 |
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 |