Emacs: Comment fix.

This commit is contained in:
tastytea 2020-03-16 00:21:12 +01:00
parent 0c6e8856be
commit da62bbcf8d
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-02-25T05:20:43+0100>
;; Time-stamp: <2020-03-16T00:20:00+0100>
;;; Commentary:
@ -126,7 +126,7 @@
(markdown-mode . auto-fill-mode) ; Wrap at fill-column.
)
;; Insert dummy pseudo Latin text.
;; Insert pseudo Latin text.
(use-package lorem-ipsum)
;; Document editing, formatting, and organizing mode.