Emacs: Add lorem-ipsum.

This commit is contained in:
tastytea 2019-11-20 18:28:25 +01:00
parent c9d1d2003e
commit 40606d0676
1 changed files with 4 additions and 1 deletions

View File

@ -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