diff options
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 |