diff --git a/init/text/misc.el b/init/text/misc.el index 9eb0b15..19b1810 100644 --- a/init/text/misc.el +++ b/init/text/misc.el @@ -1,6 +1,6 @@ ;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*- -;; Time-stamp: <2019-10-14T15:27:41+00:00> +;; Time-stamp: <2019-11-20T17:28:16+00:00> ;;; Commentary: @@ -120,5 +120,8 @@ (markdown-mode . auto-fill-mode) ; Wrap at fill-column. ) +;; Insert dummy pseudo Latin text. +(use-package lorem-ipsum) + (provide 'text/misc) ;;; misc.el ends here