Add hl-todo-mode to adoc-mode.

This commit is contained in:
tastytea 2021-07-27 21:04:51 +02:00
parent ee33b89053
commit 6a4dc52230
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 1 deletions

View File

@ -45,6 +45,7 @@
:mode ("\\.[Cc][Ss][Vv]$" . csv-mode))
(use-package adoc-mode
:after (hl-todo)
:custom-face
;; Style headers.
(markup-title-0-face ((t (:inherit markup-gen-face :height 1.4
@ -74,7 +75,8 @@
(adoc-mode . (lambda () ; Automatically update date.
(setq-local time-stamp-pattern
"8/:[dD][aA][tT][eE]: +%Y-%02m-%02d\n")))
(adoc-mode . yas-minor-mode))) ; Enable yasnippets.
(adoc-mode . yas-minor-mode)
(adoc-mode . hl-todo-mode)))
(use-package markdown-mode
:after (hl-line)