Styled AsciiDoc some more.
This commit is contained in:
parent
b0b1e017a6
commit
a85bff7dbe
11
init.el
11
init.el
|
@ -1,5 +1,5 @@
|
|||
;;; init.el --- tastytea's Emacs init file.
|
||||
;; Time-stamp: <2019-04-26T14:52:56+00:00>
|
||||
;; Time-stamp: <2019-04-28T20:09:13+00:00>
|
||||
|
||||
;;; Commentary:
|
||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
||||
|
@ -795,9 +795,14 @@ With argument, do this that many times."
|
|||
(markup-title-4-face ((t (:inherit markup-gen-face :height 1.0
|
||||
:underline t))))
|
||||
(markup-title-5-face ((t (:inherit markup-gen-face :height 1.0))))
|
||||
;; Enlarge meta-data a bit.
|
||||
(markup-secondary-text-face ((t (:inherit markup-gen-face :height 0.9
|
||||
;; Enlarge meta-data to the same size as the other text.
|
||||
(markup-meta-face ((t (:inherit font-lock-comment-face))))
|
||||
(markup-secondary-text-face ((t (:inherit markup-gen-face :height 1.0
|
||||
:foreground "firebrick"))))
|
||||
(markup-hide-delimiter-face ((t (:inherit markup-meta-face))))
|
||||
(markup-meta-hide-face ((t (:inherit markup-meta-face))))
|
||||
;; Style code snippets (``)
|
||||
(markup-verbatim-face ((t (:background "gray5"))))
|
||||
:hook
|
||||
(adoc-mode . auto-fill-mode) ; Wrap at fill-column.
|
||||
(adoc-mode . my/set-fill-column-80))
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
127.0.0.1:51313 28263
|
||||
127.0.0.1:51313 861
|
||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user