diff --git a/init.el b/init.el index 30719c2..fc04cc5 100644 --- a/init.el +++ b/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 - :foreground "firebrick")))) + ;; 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)) diff --git a/server/server b/server/server index 63b34f4..4f381ed 100644 --- a/server/server +++ b/server/server @@ -1,2 +1,2 @@ -127.0.0.1:51313 28263 +127.0.0.1:51313 861 phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh \ No newline at end of file