Emacs: Add lorem-ipsum.
This commit is contained in:
parent
c9d1d2003e
commit
40606d0676
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user